chiark / gitweb /
mon/tripemon.in: `connect' service's `list' command is now `list-active'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 May 2014 13:00:03 +0000 (14:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Jul 2014 00:42:30 +0000 (01:42 +0100)
mon/tripemon.in

index b8c372307489c7bba82d1c5be993a2e6d4f0ee86..053c01747dfd4ea2b429426d15eb7fd42921a97d 100644 (file)
@@ -460,7 +460,7 @@ class Monitor (HookClient):
     """Update the auto-peers list from the connect service."""
     if 'connect' in me.services.table:
       me.autopeers = [' '.join(line)
-                      for line in conn.svcsubmit('connect', 'list')]
+                      for line in conn.svcsubmit('connect', 'list-active')]
       me.autopeers.sort()
     else:
       me.autopeers = None