]> git.sur5r.net Git - openldap/commitdiff
Fixed typo in
authorJuan Gomez <gomez@openldap.org>
Sun, 7 Mar 1999 09:18:25 +0000 (09:18 +0000)
committerJuan Gomez <gomez@openldap.org>
Sun, 7 Mar 1999 09:18:25 +0000 (09:18 +0000)
conn->c_protocol == LDAP_VERSION3;

servers/slapd/modrdn.c

index b3d2c9a2e9f23ea337cbc5748f16151f6d2e0b4b..b1c5e1a551d593e86f14542c943a7d44e608197a 100644 (file)
@@ -95,7 +95,7 @@ do_modrdn(
                         * accordingly.
                         */
                    
-                       conn->c_protocol == LDAP_VERSION3;
+                       conn->c_protocol = LDAP_VERSION3;
 
                }/* else if ( conn->c_protocol ==  0 ) */