mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
SLP fix (ITS#2438)
This commit is contained in:
parent
f26a0e0db0
commit
217f45a16c
@ -176,6 +176,8 @@ void slapd_slp_reg() {
|
||||
void slapd_slp_dereg() {
|
||||
int i;
|
||||
|
||||
if( slapd_srvurls == NULL ) return;
|
||||
|
||||
for( i=0; slapd_srvurls[i] != NULL; i++ ) {
|
||||
SLPDereg( slapd_hslp,
|
||||
slapd_srvurls[i],
|
||||
|
Loading…
Reference in New Issue
Block a user