X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fccp.c;h=0ecfc97e281233099182818c316621580f697732;hp=e695fe9cc013bff7415923f69bd3633533c22f71;hb=344df78d925b7a47fe56c2544d12218380423699;hpb=4420a694ac374773a6a4b5cce81a5d953b775658 diff --git a/pppd/ccp.c b/pppd/ccp.c index e695fe9..0ecfc97 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ccp.c,v 1.8 1995/04/26 06:47:24 paulus Exp $"; +static char rcsid[] = "$Id: ccp.c,v 1.9 1995/05/19 03:17:09 paulus Exp $"; #endif #include @@ -452,6 +452,8 @@ ccp_reqci(f, p, lenp, dont_nak) } } + if (newret == CONFNAK && dont_nak) + newret = CONFREJ; if (!(newret == CONFACK || newret == CONFNAK && ret == CONFREJ)) { /* we're returning this option */ if (newret == CONFREJ && ret == CONFNAK)