fix previous commit

git-svn-id: svn://10.0.0.236/trunk@216353 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
anton.bobrov%sun.com
2006-12-03 02:43:16 +00:00
parent f17d9ada0b
commit f10c871ff7

View File

@@ -259,7 +259,7 @@ ldap_parse_passwordpolicy_control_ext (
int i, foundPPControl;
LDAPControl *PPCtrlp = NULL;
if ( !NSLDAPI_VALID_LDAP_POINTER( ld ) || pp == NULL ) {
if ( !NSLDAPI_VALID_LDAP_POINTER( ld ) ) {
return( LDAP_PARAM_ERROR );
}