ctdl_tcp_server and ctdl_uds_server improved handling of error
authorArt Cancro <ajc@citadel.org>
Mon, 19 Aug 2019 19:12:50 +0000 (19:12 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 Aug 2019 19:12:50 +0000 (19:12 +0000)
conditions in places like getprotobyname() which normally never throw an
error, but in container universe it's a new game.


No differences found