mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
cleanup
This commit is contained in:
parent
6baa9b1e2b
commit
1ece02dc7d
1 changed files with 1 additions and 3 deletions
|
|
@ -1438,7 +1438,7 @@ restrict_unknown:;
|
|||
} else if ( strcasecmp( cargv[0], "allows" ) == 0 ||
|
||||
strcasecmp( cargv[0], "allow" ) == 0 )
|
||||
{
|
||||
slap_mask_t allows;
|
||||
slap_mask_t allows = 0;
|
||||
|
||||
if ( be != NULL ) {
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
@ -1467,8 +1467,6 @@ restrict_unknown:;
|
|||
return( 1 );
|
||||
}
|
||||
|
||||
allows = 0;
|
||||
|
||||
for( i=1; i < cargc; i++ ) {
|
||||
if( strcasecmp( cargv[i], "bind_v2" ) == 0 ) {
|
||||
allows |= SLAP_ALLOW_BIND_V2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue