Adjust result code when entry is not found to noSuchObject

This commit is contained in:
Kurt Zeilenga 2000-10-11 18:19:26 +00:00
parent 246578b950
commit 468664c443

View File

@ -130,7 +130,7 @@ retry: /* transaction retry */
if( e == NULL ) {
*text = "could not locate authorization entry";
rc = LDAP_OPERATIONS_ERROR;
rc = LDAP_NO_SUCH_OBJECT;
goto done;
}