ITS#6372 make wake_sds non-blocking

This commit is contained in:
Howard Chu 2009-11-11 00:21:03 +00:00
parent 17a185b32a
commit 2a334baba6

View file

@ -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;