Skip to content

Commit

Permalink
fix: [cfm-service] handle cxl-host response with no host port
Browse files Browse the repository at this point in the history
  • Loading branch information
HJ-Fan committed Sep 19, 2024
1 parent 34991f4 commit fe72d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/backend/httpfish.go
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,8 @@ func (service *httpfishService) GetHostPortPcieDevices(ctx context.Context, sett
logger.V(4).Info("GetHostPortPcieDevices", "req", req)

var ret = GetPortsResponse{
Status: "Failure",
Status: "Failure",
PortIds: []string{},
}

session := service.service.session.(*Session)
Expand Down

0 comments on commit fe72d8b

Please sign in to comment.