]> 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)
committerHoward Chu <hyc@openldap.org>
Mon, 24 Sep 2018 12:47:09 +0000 (13:47 +0100)
servers/slapd/sasl.c

index 509cf7769244f52e2f9da57ec8067d9f0418002a..ea35fc5ccf5ab98e86eda5f8f9ddf2cd65ce38eb 100644 (file)
@@ -348,7 +348,7 @@ slap_auxprop_lookup(
 
        /* we don't know anything about this, ignore it */
        if ( !conn ) {
-               rc == LDAP_SUCCESS;
+               rc = LDAP_SUCCESS;
                goto done;
        }