From 1da867bda76bc701006945dfbc4733f550c91c2d Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 9 May 1997 23:34:56 +0000 Subject: Don't reconnect (due to reconnect setting) after close command. --- usr.sbin/ppp/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index b0497c0..36d398c 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.40 1997/05/07 23:01:25 brian Exp $ + * $Id: command.c,v 1.41 1997/05/08 01:26:31 brian Exp $ * */ #include @@ -629,6 +629,7 @@ static int CloseCommand() { LcpClose(); + lostCarrier = 0; return(1); } -- cgit v1.1