svc/connect.in: Use the service's version, not the TrIPE library version.
[tripe] / 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),