]> git.sur5r.net Git - openldap/commitdiff
Import bind c_cdn typo fix from devel.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 21 Jan 1999 16:25:33 +0000 (16:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 21 Jan 1999 16:25:33 +0000 (16:25 +0000)
servers/slapd/bind.c

index aed9559ffa2d84210873d5242c616661e0e835ee..d5d4cae9669080149274473f51c084ee9d39fc76 100644 (file)
@@ -180,7 +180,7 @@ do_bind(
                        conn->c_cdn = cdn;
                        cdn = NULL;
 
-                       if ( conn->c_cdn != NULL ) {
+                       if ( conn->c_dn != NULL ) {
                                free( conn->c_dn );
                        }