From 7578aa39e5e60a278e8036db1da1184b0cff631c Mon Sep 17 00:00:00 2001 From: Gil Bregman Date: Sun, 19 May 2024 12:59:12 +0300 Subject: [PATCH] Make sure trtype is initialized in list connections. Fixes #643 Signed-off-by: Gil Bregman --- control/grpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/control/grpc.py b/control/grpc.py index b99bc316..78f500de 100644 --- a/control/grpc.py +++ b/control/grpc.py @@ -2028,6 +2028,7 @@ def list_connections_safe(self, request, context): traddr = "" trsvcid = 0 adrfam = "" + trtype = "TCP" hostnqn = conn["hostnqn"] connected = False