X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Ffsm.c;h=d78ef793e8f190354777c1ec6baea4ff413b317e;hb=3202f8916306cc42bcabbae48ae45d0e18ab0826;hp=c200cc3a84387cefc952bdd37bac6650bf32161d;hpb=ec27e67401c1e4031be2fa7f692d3d66d5bee586;p=ppp.git diff --git a/pppd/fsm.c b/pppd/fsm.c index c200cc3..d78ef79 100644 --- a/pppd/fsm.c +++ b/pppd/fsm.c @@ -55,7 +55,6 @@ #include "pppd.h" #include "fsm.h" -static const char rcsid[] = RCSID; static void fsm_timeout __P((void *)); static void fsm_rconfreq __P((fsm *, int, u_char *, int)); @@ -468,7 +467,7 @@ fsm_rconfreq(f, id, inp, len) f->nakloops = 0; } else { - /* we sent CONFACK or CONFREJ */ + /* we sent CONFNAK or CONFREJ */ if (f->state != ACKRCVD) f->state = REQSENT; if( code == CONFNAK )