deadlock fix in RemoveStaticRoute

This commit is contained in:
Andrei Ushakov 2015-07-24 01:31:21 -07:00
parent 279bc5e134
commit b62013c24c
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ func (n *networkNamespace) AddStaticRoute(r *types.StaticRoute) error {
}
func (n *networkNamespace) RemoveStaticRoute(r *types.StaticRoute) error {
n.Lock()
err := removeRoute(n.nsPath(), r.Destination, r.NextHop)
if err == nil {