workaround not needed anymore (segfault fixed by 8f378794d5)

This commit is contained in:
Christian Ulrich 2020-10-05 17:30:26 +02:00
parent 8f378794d5
commit bca5817a6c
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ proc main() =
waitFor punchd.tcpSyniPuncher.cleanup()
punchd.unixSocket.close()
removeFile(PunchdSocket)
quit(0)
when isMainModule:
main()