This commit is contained in:
anton.bobrov%sun.com 2006-12-03 02:43:16 +00:00
Родитель 241dad3260
Коммит 848117bf1e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 );
}