Skip to content

Commit

Permalink
ports error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
logeshkrish committed Feb 2, 2021
1 parent a579ba5 commit 91b159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/trace_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func StartTracing_noreq(pid string, trace_time int, requestID string, vbmode boo

network, err := startTrace.PortList(trace_time, pid, sCxt.Log, vbmode)
if err != nil {
return "", err
// return "", err
}
network_marshall, err := json.Marshal(network)
if err != nil {
Expand Down

0 comments on commit 91b159e

Please sign in to comment.