Skip to content

Commit

Permalink
Merge pull request #655 from gbregman/devel
Browse files Browse the repository at this point in the history
Make sure trtype is initialized in list connections
  • Loading branch information
gbregman authored May 19, 2024
2 parents c02c90d + 7578aa3 commit e8efc6c
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 e8efc6c

Please sign in to comment.