X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=3d466e2e52fa097f95b72dac09ab50d4d71a9ea1;hp=4dfcb4382bdb2801e141ae6116bb84beeb3d956f;hb=2c872bc67b83b91ba6390f6e5e72be08e09811a1;hpb=a95c8a6bd20ed07722b8cef75f547c6e5550e68b diff --git a/pppd/auth.c b/pppd/auth.c index 4dfcb43..3d466e2 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -32,7 +32,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id: auth.c,v 1.61 2000/03/13 23:25:46 paulus Exp $" +#define RCSID "$Id: auth.c,v 1.62 2000/03/27 06:02:59 paulus Exp $" #include #include @@ -509,6 +509,7 @@ start_networks() struct protent *protp; new_phase(PHASE_NETWORK); + #if 0 if (!demand) set_filters(&pass_filter, &active_filter);