[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4765) sd_actives in daemon.c not initialized?



Full_Name: Gang Wang
Version: 2.3.20
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (202.108.130.138)


openldap-2.3.20/servers/slapd/daemon.c

There is one declaration in slap_daemon structure:

    fd_set sd_actives;

this variable is not initialized ... is this OK with all compilers?