mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Removed a superfluous line left after the ai_addr == NULL fix
This commit is contained in:
parent
e78265738d
commit
3c28bb413d
1 changed files with 0 additions and 1 deletions
|
|
@ -395,7 +395,6 @@ static int slap_get_listener_addresses(
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
sai = res;
|
|
||||||
sap = *sal;
|
sap = *sal;
|
||||||
|
|
||||||
for ( sai=res; sai; sai=sai->ai_next ) {
|
for ( sai=res; sai; sai=sai->ai_next ) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue