ITS#8918 fix typo

This commit is contained in:
Howard Chu 2018-09-24 13:47:09 +01:00
parent d7a778004b
commit 38f95b9ab8

View file

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