From: Howard Chu Date: Wed, 13 Dec 2006 16:55:16 +0000 (+0000) Subject: ITS#4765 from HEAD - init slap_daemon.sd_actives X-Git-Tag: OPENLDAP_REL_ENG_2_3_31~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d6055537f6dff64301d05c7f6565e0ffba2fbb6;p=thirdparty%2Fopenldap.git ITS#4765 from HEAD - init slap_daemon.sd_actives --- diff --git a/servers/slapd/daemon.c b/servers/slapd/daemon.c index d9ea1fd04d..ccafda3a12 100644 --- a/servers/slapd/daemon.c +++ b/servers/slapd/daemon.c @@ -494,6 +494,7 @@ static struct slap_daemon { # define SLAP_SOCK_INIT do { \ SLAP_SELECT_CHK_SETSIZE; \ + FD_ZERO(&slap_daemon.sd_actives); \ FD_ZERO(&slap_daemon.sd_readers); \ FD_ZERO(&slap_daemon.sd_writers); \ } while (0)