Revert "Working on fix "stuck" outgoing connections."
This reverts commit 703ed7fff6.
This commit is contained in:
parent
703ed7fff6
commit
f58e8679e7
3 changed files with 1 additions and 14 deletions
|
|
@ -620,8 +620,6 @@ void setup_outgoing_connection(outgoing_t *outgoing) {
|
|||
outgoing->aip = outgoing->ai = get_known_addresses(n);
|
||||
if(!outgoing->ai) {
|
||||
logger(DEBUG_ALWAYS, LOG_DEBUG, "No address known for %s", outgoing->name);
|
||||
retry_outgoing(outgoing);
|
||||
outgoing->is_alive = false;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue