aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
686 goto exiting; 686 goto exiting;
687 default: 687 default:
688 bb_got_signal = 0; 688 bb_got_signal = 0;
689 /* do not clear bb_got_signal if already 0, this can lose signals */
690 case 0:
689 break; 691 break;
690 } 692 }
691 693