backout this for now

This commit is contained in:
Pierangelo Masarati 2003-04-03 23:09:17 +00:00
parent 5f342a8431
commit 44c2d8a771

View 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;
}
/*