From f525ead3dd3629a8f756ca1b7e9b464f4eb0dd68 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 25 Aug 1997 01:52:11 +0000 Subject: [PATCH] Lose a couple of extraneous backslashes. --- usr.sbin/ppp/main.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 5bbb322f691f..52af408690f2 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; }