mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 00:32:54 -05:00
Adjust result code when entry is not found to noSuchObject
This commit is contained in:
parent
246578b950
commit
468664c443
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue