irk: explicitly close the irkerd socket
authorBeat Bolli <bbolli@ewanet.ch>
Wed, 25 Dec 2013 14:30:59 +0000 (15:30 +0100)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 30 May 2014 14:16:41 +0000 (10:16 -0400)
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
irk

diff --git a/irk b/irk
index 1138a0677c90009da4e4818edab1d1f4b2c4570f..db547ba230a7cfa76fb772ce91a2e201c2d54b55 100755 (executable)
--- a/irk
+++ b/irk
@@ -36,3 +36,4 @@ if message == '-':
         send(s, target, line.rstrip('\n'))
 else:
     send(s, target, message)
+s.close()