Conns aren't being saved

This commit is contained in:
idk 2018-12-26 13:55:27 -05:00
parent 144355bc58
commit 357e48a012
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1
3 changed files with 0 additions and 1 deletions

View file

@ -150,7 +150,6 @@ func main() {
for sig := range c {
if sig == os.Interrupt {
tunsocks.Cleanup()
panic(err)
}
}
}()