From 13defc3317e75eb1c300da13d71fcfca0afa9fea Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 15 Jun 1998 19:06:25 +0000 Subject: Fix a rather nasty use of `static'. This caused a SEGV when running ``link * load label'' as we ended up recursing back into command_Interpret after nuking our command arg list. --- usr.sbin/ppp/ipcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/ipcp.c') diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index 4af816e..03e6dc0 100644 --- a/usr.sbin/ppp/ipcp.c +++ b/usr.sbin/ppp/ipcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.c,v 1.54 1998/06/12 17:45:10 brian Exp $ + * $Id: ipcp.c,v 1.55 1998/06/15 19:05:44 brian Exp $ * * TODO: * o More RFC1772 backwoard compatibility @@ -41,10 +41,10 @@ #include #include +#include "defs.h" #include "command.h" #include "mbuf.h" #include "log.h" -#include "defs.h" #include "timer.h" #include "fsm.h" #include "lcpproto.h" -- cgit v1.1