mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Drop "if ( slap_known_controls )". That became an array in controls.c 1.117.
This commit is contained in:
parent
0f4f9c9c13
commit
f3e85d44da
@ -131,7 +131,7 @@ frontend_init( void )
|
||||
frontendDB->bd_info->bi_type = "frontend";
|
||||
|
||||
/* known controls */
|
||||
if ( slap_known_controls ) {
|
||||
{
|
||||
int i;
|
||||
|
||||
frontendDB->bd_info->bi_controls = slap_known_controls;
|
||||
|
Loading…
Reference in New Issue
Block a user