X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;h=632e1791d8c432436c860a3898963ccd717e8015;hp=2c7d5265cf2bb5b4421463b44134f3ab9a63e1a9;hb=70af02f3c54ba0ad45fe62e10ee7b71050b55c7b;hpb=f52db44405c7cc9620701eda20889dc6743f8437 diff --git a/pppd/main.c b/pppd/main.c index 2c7d526..632e179 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.25 1995/07/11 06:40:58 paulus Exp $"; +static char rcsid[] = "$Id: main.c,v 1.26 1995/08/10 06:51:42 paulus Exp $"; #endif #include @@ -252,8 +252,8 @@ main(argc, argv) SIGNAL(SIGTERM, term); /* Terminate */ SIGNAL(SIGCHLD, chld); - signal(SIGUSR1, toggle_debug); /* Toggle debug flag */ - signal(SIGUSR2, open_ccp); /* Reopen CCP */ + SIGNAL(SIGUSR1, toggle_debug); /* Toggle debug flag */ + SIGNAL(SIGUSR2, open_ccp); /* Reopen CCP */ /* * Lock the device if we've been asked to.