mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
silence erroneous warning
This commit is contained in:
parent
53e69064ff
commit
25fce61f70
1 changed files with 2 additions and 0 deletions
|
|
@ -1827,6 +1827,7 @@ ppolicy_config(
|
|||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
||||
} else if ( strcasecmp( argv[0], "ppolicy_use_lockout" ) == 0 ) {
|
||||
if ( argc != 1 ) {
|
||||
fprintf( stderr, "%s: line %d: ppolicy_use_lockout "
|
||||
|
|
@ -1834,6 +1835,7 @@ ppolicy_config(
|
|||
return ( 1 );
|
||||
}
|
||||
pi->use_lockout = 1;
|
||||
return 0;
|
||||
}
|
||||
return SLAP_CONF_UNKNOWN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue