mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't reconnect (due to reconnect setting) after
close command.
This commit is contained in:
parent
bca823fa2a
commit
13743c302f
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue