server/admin.c (a_listen): If stat(2) says the socket has gone, then retry.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 13 May 2018 00:56:44 +0000 (01:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 25 Jan 2019 12:10:31 +0000 (12:10 +0000)
commit7487f3478dd948824e2ec5898a439d08c63dcdf2
treed3d41675298b739172bdf137a915566424f4c417
parentd451c6cde8ac95000b7175fe8af4f1b6d40df3b9
server/admin.c (a_listen): If stat(2) says the socket has gone, then retry.

This saves us from making an embarrassing `stat failed because ENOENT'
report.
server/admin.c