mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
backout this for now
This commit is contained in:
parent
5f342a8431
commit
44c2d8a771
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue