aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-08-25 01:52:11 +0000
committerBrian Somers <brian@FreeBSD.org>1997-08-25 01:52:11 +0000
commitf525ead3dd3629a8f756ca1b7e9b464f4eb0dd68 (patch)
treec4b8db4714d9512b2a8c5f6ca694eb14b3153ec9
parent7022ea0a0cff055a8ef41f0c0ae6d73a95b37735 (diff)
Notes
-rw-r--r--usr.sbin/ppp/main.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index 5bbb322f691f2..52af408690f25 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: main.c,v 1.70 1997/08/21 16:21:34 brian Exp $
+ * $Id: main.c,v 1.71 1997/08/25 00:29:19 brian Exp $
*
* TODO:
* o Add commands for traffic summary, version display, etc.
@@ -198,10 +198,8 @@ CloseConnection(int signo)
/* NOTE, these are manual, we've done a setsid() */
LogPrintf(LogPHASE, "Caught signal %d, abort connection\n", signo);
reconnectState = RECON_FALSE;
- \
- reconnectCount = 0;
- \
- DownConnection();
+ reconnectCount = 0;
+ DownConnection();
dial_up = FALSE;
}