From: Pierangelo Masarati Date: Thu, 3 Apr 2003 23:09:17 +0000 (+0000) Subject: backout this for now X-Git-Tag: AUTOCONF_2_57~91 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=44c2d8a7715f0170dfd396b4067b66ba40f1f369;p=openldap backout this for now --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 1548cb306a..d3af1ee43e 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -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; } /*