X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev.c;h=77964f93dc100565fa869420f9fc5e5e0b8965ce;hb=f3d00a23ad9537df1e8852595d7c3737782e014c;hp=6c87bd4b346a11a621c3ebab4cfac4cffbdccc63;hpb=a740f0de5bec1e62dfa64173e6925e7872c66560;p=openvswitch diff --git a/lib/netdev.c b/lib/netdev.c index 6c87bd4b..77964f93 100644 --- a/lib/netdev.c +++ b/lib/netdev.c @@ -297,10 +297,8 @@ netdev_close(struct netdev *netdev) #endif /* Restore flags that we changed, if any. */ - fatal_signal_block(); error = restore_flags(netdev); list_remove(&netdev->node); - fatal_signal_unblock(); if (error) { VLOG_WARN("failed to restore network device flags on %s: %s", name, strerror(error));