Merge branch 'master' into topic/jsiwek/improve_comm_loop

This commit is contained in:
Jon Siwek 2014-09-03 09:20:38 -05:00
commit 26887dd71b
9 changed files with 44 additions and 21 deletions

View file

@ -4207,6 +4207,7 @@ bool SocketComm::Listen()
safe_close(fd);
CloseListenFDs();
listen_next_try = time(0) + bind_retry_interval;
freeaddrinfo(res0);
return false;
}