projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4951540
)
irk: explicitly close the irkerd socket
author
Beat Bolli
<bbolli@ewanet.ch>
Wed, 25 Dec 2013 14:30:59 +0000
(15:30 +0100)
committer
Eric 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
patch
|
blob
|
history
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()