]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8918 fix typo
authorHoward Chu <hyc@openldap.org>
Mon, 24 Sep 2018 12:47:09 +0000 (13:47 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 24 Sep 2018 16:58:26 +0000 (16:58 +0000)
servers/slapd/sasl.c

index 73ac2a8a8eb08a7da66ac3b69d2bfaed96720a4e..64e64d1d9abc392ca21007f4b808a54aa2ee0d5c 100644 (file)
@@ -323,7 +323,7 @@ slap_auxprop_lookup(
 
        /* we don't know anything about this, ignore it */
        if ( !conn ) {
-               rc == LDAP_SUCCESS;
+               rc = LDAP_SUCCESS;
                goto done;
        }