summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-25 01:52:11 +0000
committerbrian <brian@FreeBSD.org>1997-08-25 01:52:11 +0000
commit60c2d3cd1964df62fc3fd4a50ad06630b48c544a (patch)
tree46cd53a332446b6ea7a251908037114f1934ecb9 /usr.sbin/ppp
parentdbffeebf4dd746dc49dd8896c7c2a189b2cb589d (diff)
downloadFreeBSD-src-60c2d3cd1964df62fc3fd4a50ad06630b48c544a.zip
FreeBSD-src-60c2d3cd1964df62fc3fd4a50ad06630b48c544a.tar.gz
Lose a couple of extraneous backslashes.
Diffstat (limited to 'usr.sbin/ppp')
-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 5bbb322..52af408 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;
}
OpenPOWER on IntegriCloud