Supply a missing parameter.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 3 Dec 2013 22:41:09 +0000 (17:41 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 3 Dec 2013 22:41:09 +0000 (17:41 -0500)
irkerd

diff --git a/irkerd b/irkerd
index 024a4466ea5560902c0830b07c4fb4e9609fff95..634c56918067a688b9c1bc1d44f8c635e2d3bbd9 100755 (executable)
--- a/irkerd
+++ b/irkerd
@@ -638,7 +638,7 @@ class Dispatcher:
         eligibles = [x for x in connections if x.joined_to(channel)] \
                     or [x for x in connections if x.accepting(channel)]
         if eligibles:
-            eligibles[0].enqueue(channel, message, key)
+            eligibles[0].enqueue(channel, message, key, quit_after)
             return
         # All connections are full up. Look for one old enough to be
         # scavenged.