svc/connect.in: Use the service's version, not the TrIPE library version.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 14:01:21 +0000 (15:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 15:01:35 +0000 (16:01 +0100)
svc/connect.in

index aaf68de..9dda65b 100644 (file)
@@ -969,7 +969,7 @@ def parse_options():
   return opts
 
 ## Service table, for running manually.
-service_info = [('connect', T.VERSION, {
+service_info = [('connect', VERSION, {
   'adopted': (0, 0, '', cmd_adopted),
   'kick': (1, 1, 'PEER', cmd_kick),
   'passive': (1, None, '[OPTIONS] USER', cmd_passive),