Don't reconnect (due to reconnect setting) after

close command.
This commit is contained in:
brian 1997-05-09 23:34:56 +00:00
parent 4feaab6cb9
commit 1da867bda7

View File

@ -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 <sys/types.h>
@ -629,6 +629,7 @@ static int
CloseCommand()
{
LcpClose();
lostCarrier = 0;
return(1);
}