mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8918 fix typo
This commit is contained in:
parent
d7a778004b
commit
38f95b9ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ slap_auxprop_lookup(
|
||||||
|
|
||||||
/* we don't know anything about this, ignore it */
|
/* we don't know anything about this, ignore it */
|
||||||
if ( !conn ) {
|
if ( !conn ) {
|
||||||
rc == LDAP_SUCCESS;
|
rc = LDAP_SUCCESS;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue