mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
backout this for now
This commit is contained in:
parent
5f342a8431
commit
44c2d8a771
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user