aboutsummaryrefslogtreecommitdiff
path: root/networking/ifplugd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifplugd.c')
-rw-r--r--networking/ifplugd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/ifplugd.c b/networking/ifplugd.c
index 5059eaf73..9a67d24d8 100644
--- a/networking/ifplugd.c
+++ b/networking/ifplugd.c
@@ -686,6 +686,8 @@ int ifplugd_main(int argc UNUSED_PARAM, char **argv)
goto exiting;
default:
bb_got_signal = 0;
+ /* do not clear bb_got_signal if already 0, this can lose signals */
+ case 0:
break;
}