]> git.sur5r.net Git - openldap/commitdiff
Fix typo in previous commit
authorHoward Chu <hyc@openldap.org>
Wed, 12 Jun 2002 04:12:51 +0000 (04:12 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 12 Jun 2002 04:12:51 +0000 (04:12 +0000)
servers/slapd/sasl.c

index 86b6a3d9da924166ebd2a716bf527f2608f7f7c9..0ce8be3881ebc5837fa3eeda908de34155219ca1 100644 (file)
@@ -638,7 +638,7 @@ slap_sasl_authorize(
                return SASL_NOAUTHZ;
        }
 
-       conn->c_sasl_sdn = authzDN;
+       conn->c_sasl_dn = authzDN;
 
 #ifdef NEW_LOGGING
        LDAP_LOG(( "sasl", LDAP_LEVEL_ENTRY,