mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix typos
This commit is contained in:
parent
777cf6e3a3
commit
be26f1a9f7
@ -117,7 +117,7 @@ void slapd_slp_init( const char* urls ) {
|
||||
|
||||
slapd_srvurls = str2charray( urls, " " );
|
||||
|
||||
if( slapd_srv_urls == NULL ) return;
|
||||
if( slapd_srvurls == NULL ) return;
|
||||
|
||||
/* find and expand INADDR_ANY URLs */
|
||||
for( i=0; slapd_srvurls[i] != NULL; i++ ) {
|
||||
@ -152,7 +152,7 @@ void slapd_slp_init( const char* urls ) {
|
||||
}
|
||||
|
||||
void slapd_slp_deinit() {
|
||||
if( slapd_srv_urls == NULL ) return;
|
||||
if( slapd_srvurls == NULL ) return;
|
||||
|
||||
charray_free( slapd_srvurls );
|
||||
slapd_srvurls = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user