Revert "Working on fix "stuck" outgoing connections."

This reverts commit 703ed7fff6.
This commit is contained in:
thorkill 2015-11-24 16:55:03 +01:00
parent 703ed7fff6
commit f58e8679e7
3 changed files with 1 additions and 14 deletions

View file

@ -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;
}
}