mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Drop "if ( slap_known_controls )". That became an array in controls.c 1.117.
This commit is contained in:
parent
0f4f9c9c13
commit
f3e85d44da
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue