X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fauth.c;h=406661b113b4a97286797fb4f3a3d45211468262;hp=61a1b72d4723fb5e2e45b3c7226fa4c08f8bcdc6;hb=035aefdd1f25f6bdeb73b42a11fd8da76118a405;hpb=6a34bc9a3edf435bc67e81755b65acb6786c98b3 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