From: Howard Chu Date: Mon, 24 Sep 2018 12:47:09 +0000 (+0100) Subject: ITS#8918 fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_47~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ade79c715dd9516dd2ba0675094b86d630c7b8;p=thirdparty%2Fopenldap.git ITS#8918 fix typo --- diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index 73ac2a8a8e..64e64d1d9a 100644 --- a/servers/slapd/sasl.c +++ b/servers/slapd/sasl.c @@ -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; }