mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#6372 make wake_sds non-blocking
This commit is contained in:
parent
17a185b32a
commit
2a334baba6
1 changed files with 1 additions and 0 deletions
|
|
@ -1620,6 +1620,7 @@ slapd_daemon_init( const char *urls )
|
|||
"daemon: lutil_pair() failed rc=%d\n", rc, 0, 0 );
|
||||
return rc;
|
||||
}
|
||||
ber_pvt_socket_set_nonblock( wake_sds[1], 1 );
|
||||
|
||||
SLAP_SOCK_INIT;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue