mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
minor cleanup
This commit is contained in:
parent
730e542b26
commit
28b18b1869
1 changed files with 4 additions and 0 deletions
|
|
@ -228,6 +228,10 @@ isOkNetscapeParam( int param )
|
|||
static int
|
||||
isValidParam( Slapi_PBlock *pb, int param )
|
||||
{
|
||||
if ( !pb ) {
|
||||
return INVALID_PARAM;
|
||||
}
|
||||
|
||||
if ( pb->ckParams == TRUE ) {
|
||||
if ( IBM_RESERVED( param ) ) return LDAP_SUCCESS;
|
||||
if (param == SLAPI_PLUGIN_AUDIT_FN ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue