From 9e44336c2392120b862be8563192792979ca6a39 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 17 Jan 2007 17:12:21 +0000 Subject: reset alarm on connection so that ppp-watch remains running when ONBOOT=yes (#216749) --- src/ppp-watch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 8762c778..cb19c58f 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -664,6 +664,7 @@ main(int argc, char **argv) { * we have one. Any errors after this we just swallow. */ relay_exitcode(0); connectedOnce = TRUE; + alarm(0); } free(physicalDevice); } -- cgit v1.2.1