]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Move UNIX socket removal to ListenSocket ctor.
authorMatt Schatz <genius3000@g3k.solutions>
Thu, 1 Aug 2019 10:55:22 +0000 (04:55 -0600)
committerP. Powell <petpow@saberuk.com>
Thu, 1 Aug 2019 12:23:46 +0000 (13:23 +0100)
commitcb1e9772a9526da37b7a155109bb481d56d97f5b
treee933fd519fcf2aff8384b4b690ea0230f608502d
parentd5ed9d15c1d16d8ea0fd2a9087cf04016ce91345
Move UNIX socket removal to ListenSocket ctor.

Doing the removal in BindPorts() would remove the socket
during a rehash and not recreate it. Now it's only removed
if it's about to be created.
src/listensocket.cpp
src/socket.cpp