Don't use configure it's a waste of time

This commit is contained in:
fred_nerk 2004-03-05 00:22:06 +00:00
parent fcb4992301
commit 8e8ea0e534
11 changed files with 36 additions and 7409 deletions

4
ppp.c
View file

@ -1,5 +1,5 @@
// L2TPNS PPP Stuff
// $Id: ppp.c,v 1.2 2004/03/05 00:09:03 fred_nerk Exp $
// $Id: ppp.c,v 1.3 2004/03/05 00:22:06 fred_nerk Exp $
#include <stdio.h>
#include <string.h>
@ -438,7 +438,7 @@ void processipcp(tunnelidt t, sessionidt s, u8 * p, u16 l)
if (*p == ConfigAck)
{ // happy with our IPCP
u8 r = session[s].radius;
if ((!r || radius[r].state == RADIUSIPCP) && !session[s].servicenet)
if ((!r || radius[r].state == RADIUSIPCP) && !session[s].walled_garden)
if (!r)
r = radiusnew(s);
if (r)