Merge remote-tracking branch 'origin/master' into topic/robin/pktsrc

This commit is contained in:
Robin Sommer 2014-09-05 16:01:23 -07:00
commit c1c4e6eb63
20 changed files with 170 additions and 28 deletions

View file

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