workaround not needed anymore (segfault fixed by 8f378794d5
)
This commit is contained in:
parent
8f378794d5
commit
bca5817a6c
|
@ -102,7 +102,6 @@ proc main() =
|
|||
waitFor punchd.tcpSyniPuncher.cleanup()
|
||||
punchd.unixSocket.close()
|
||||
removeFile(PunchdSocket)
|
||||
quit(0)
|
||||
|
||||
when isMainModule:
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue