Skip to content

Commit ab7038d

Browse files
committed
revised comment
1 parent 36f0d74 commit ab7038d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ func (dp *DataPlane) getLocalPodEndpoints() ([]*hcn.HostComputeEndpoint, error)
365365
return nil, errors.Wrap(err, "failed to get local pod endpoints in state: attachedSharing")
366366
}
367367

368-
// Filtering out any of the same endpoints between endpoints with state attached and attachedSharing
368+
// Get endpoints unique to endpoints and endpointsAttached
369369
endpoints = GetUniqueEndpoints(endpoints, endpointsAttached)
370370

371371
epPointers := make([]*hcn.HostComputeEndpoint, 0, len(endpoints))

0 commit comments

Comments
 (0)