Fix uninit'd serverID field

This commit is contained in:
Howard Chu 2007-04-05 01:03:02 +00:00
parent 41a7fb753d
commit a5363815fd

View file

@ -1613,6 +1613,7 @@ config_generic(ConfigArgs *c) {
return 1;
}
si = ch_malloc( sizeof(ServerID) );
BER_BVZERO( &si->si_url );
slap_serverID = num;
}
si->si_next = NULL;