mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#2132, give up at first bind failure
This commit is contained in:
parent
5060ebb36d
commit
2e538e19d4
1 changed files with 2 additions and 2 deletions
|
|
@ -783,8 +783,8 @@ static int slap_open_listener(
|
|||
(long) l.sl_sd, err, sock_errstr(err) );
|
||||
#endif
|
||||
tcp_close( l.sl_sd );
|
||||
sal++;
|
||||
continue;
|
||||
slap_free_listener_addresses(psal);
|
||||
return -1;
|
||||
}
|
||||
|
||||
switch ( (*sal)->sa_family ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue