From 65f2f4747511fb39ccb0c8893ccd728baceaf081 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 28 Apr 2022 15:01:21 +0100 Subject: [PATCH] svc/connect.in: Use the service's version, not the TrIPE library version. --- svc/connect.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/connect.in b/svc/connect.in index aaf68ded..9dda65b3 100644 --- a/svc/connect.in +++ b/svc/connect.in @@ -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), -- 2.11.0