diff --git a/src/event/ServerSocket.cxx b/src/event/ServerSocket.cxx index 7e279dada..f82c533c3 100644 --- a/src/event/ServerSocket.cxx +++ b/src/event/ServerSocket.cxx @@ -431,6 +431,8 @@ ServerSocket::AddPath(AllocatedPath &&path, Error &error) #ifdef HAVE_UN (void)error; + RemoveFile(path); + AllocatedSocketAddress address; address.SetLocal(path.c_str());