mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
SLP fix (ITS#2438)
This commit is contained in:
parent
f26a0e0db0
commit
217f45a16c
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue