Skip to content

Commit

Permalink
Make sure trtype is initialized in list connections.
Browse files Browse the repository at this point in the history
Fixes #643

Signed-off-by: Gil Bregman <[email protected]>
  • Loading branch information
gbregman committed May 19, 2024
1 parent c02c90d commit 7578aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control/grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,7 @@ def list_connections_safe(self, request, context):
traddr = ""
trsvcid = 0
adrfam = ""
trtype = "TCP"
hostnqn = conn["hostnqn"]
connected = False

Expand Down

0 comments on commit 7578aa3

Please sign in to comment.