Skip to content

Commit 02c499a

Browse files
committed
Signed-off-by: hengyoush <[email protected]>
resolve conflict Signed-off-by: hengyoush <[email protected]>
1 parent e2efe7c commit 02c499a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec/network/tc/network_tc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func startNet(ctx context.Context, netInterface, classRule, localPort, remotePor
9191
return spec.ResponseFailWithFlags(spec.ParameterIllegal, "remote-port", remotePort, err)
9292
}
9393
}
94-
if excludePort != "" {
94+
if excludePort != "" {
9595
excludePortRanges, err = getExcludePortRanges(ctx, excludePort, ignorePeerPorts, cl)
9696
if err != nil {
9797
return spec.ResponseFailWithFlags(spec.ParameterIllegal, "exclude-port", excludePort, err)

0 commit comments

Comments
 (0)