X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fauth.c;h=406661b113b4a97286797fb4f3a3d45211468262;hb=035aefdd1f25f6bdeb73b42a11fd8da76118a405;hp=61a1b72d4723fb5e2e45b3c7226fa4c08f8bcdc6;hpb=b0dd1694b5dce80f9b03adf0d418e5e73dd65f2d;p=ppp.git diff --git a/pppd/auth.c b/pppd/auth.c index 61a1b72..406661b 100644 --- a/pppd/auth.c +++ b/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.11 1994/10/22 11:54:04 paulus Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.12 1994/10/24 04:31:11 paulus Exp $"; #endif #include @@ -78,9 +78,9 @@ struct wordlist { #define TRUE 1 /* Records which authentication operations haven't completed yet. */ -static int auth_pending[N_PPP]; +static int auth_pending[NUM_PPP]; static int logged_in; -static struct wordlist *addresses[N_PPP]; +static struct wordlist *addresses[NUM_PPP]; /* Bits in auth_pending[] */ #define UPAP_WITHPEER 1