From bca5817a6c191d03664646ef783bb953d670f875 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Mon, 5 Oct 2020 17:30:26 +0200 Subject: [PATCH] workaround not needed anymore (segfault fixed by 8f378794d5ef394506c73327ed4865d4805a4e2a) --- punchd.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/punchd.nim b/punchd.nim index 124b7ea..c6842ee 100644 --- a/punchd.nim +++ b/punchd.nim @@ -102,7 +102,6 @@ proc main() = waitFor punchd.tcpSyniPuncher.cleanup() punchd.unixSocket.close() removeFile(PunchdSocket) - quit(0) when isMainModule: main()