mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#897 Internal connection that is closed on one end and about to
be closed on other end could get reused by a new internal connection.
This commit is contained in:
parent
466ff113e1
commit
ef2dd4bcb0
@ -57,7 +57,8 @@ int lutil_pair( ber_socket_t sds[2] )
|
||||
return rc;
|
||||
}
|
||||
|
||||
sds[0] = sds[1] = sd;
|
||||
sds[0] = sd;
|
||||
sds[1] = dup( sds[0] );
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user