mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix uninit'd serverID field
This commit is contained in:
parent
41a7fb753d
commit
a5363815fd
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue