]> git.sur5r.net Git - openldap/commitdiff
backout this for now
authorPierangelo Masarati <ando@openldap.org>
Thu, 3 Apr 2003 23:09:17 +0000 (23:09 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 3 Apr 2003 23:09:17 +0000 (23:09 +0000)
servers/slapd/back-ldap/bind.c

index 1548cb306a4e7a761f108cc7289da40e7784c703..d3af1ee43ec113010d3d3a05308673b8cf360352 100644 (file)
@@ -175,7 +175,7 @@ ldap_back_conn_cmp(
        /* For shared sessions, conn is NULL. Only explicitly
         * bound sessions will have non-NULL conn.
         */
-       return (int)lc1->conn - (int)lc2->conn;
+       return lc1->conn - lc2->conn;
 }
 
 /*