add FIXME
This commit is contained in:
parent
7f40ab0082
commit
2e09016b9c
|
@ -97,6 +97,7 @@ proc main() =
|
||||||
runForever()
|
runForever()
|
||||||
|
|
||||||
except Sigint:
|
except Sigint:
|
||||||
|
# FIXME: need to cleaup the punchers (i.e. delete firewall rules)
|
||||||
removeFile(PunchdSocket)
|
removeFile(PunchdSocket)
|
||||||
|
|
||||||
when isMainModule:
|
when isMainModule:
|
||||||
|
|
Loading…
Reference in New Issue