Skip to content

Commit

Permalink
Merge pull request #575 from gbregman/devel
Browse files Browse the repository at this point in the history
Fix typo in grpc.py
  • Loading branch information
gbregman authored Apr 11, 2024
2 parents 8287623 + 23afc85 commit 1509b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ def list_connections_safe(self, request, context):
if resp:
status = resp["code"]
errmsg = f"Failure listing connections, can't get controllers: {resp['message']}"
return pb2.bconnections_info(status=status, error_message=errmsg, connections=[])
return pb2.connections_info(status=status, error_message=errmsg, connections=[])

try:
subsys_ret = rpc_nvmf.nvmf_get_subsystems(self.spdk_rpc_client, nqn=request.subsystem)
Expand Down

0 comments on commit 1509b6a

Please sign in to comment.