Skip to content

Commit 00605db

Browse files
committed
dp windows changes
1 parent 280e232 commit 00605db

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
@@ -157,7 +157,7 @@ func (dp *DataPlane) updatePod(pod *updateNPMPod) error {
157157
endpointList := map[string]string{
158158
endpoint.ip: endpoint.id,
159159
}
160-
err := dp.policyMgr.RemovePolicy(policyKey, endpointList)
160+
err := dp.policyMgr.RemovePolicyForEndpoints(policyKey, endpointList)
161161
if err != nil {
162162
return err
163163
}

0 commit comments

Comments
 (0)