]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ipcp.c
Added -vjccid and vj-max-slots options, and reorganized in
[ppp.git] / pppd / ipcp.c
index 4e1f52f5c9ad6aeed3a8c803219d0d121248b028..3d99235440b2d5a6a6a9ea97f8193679b02b9e6f 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: ipcp.c,v 1.18 1995/05/19 03:18:08 paulus Exp $";
+static char rcsid[] = "$Id: ipcp.c,v 1.20 1995/08/10 06:51:04 paulus Exp $";
 #endif
 
 /*
@@ -581,10 +581,9 @@ ipcp_nakci(f, p, len)
            if (ciaddr1 && go->accept_local)
                try.ouraddr = ciaddr1;
            if (try.ouraddr != 0)
-               no.neg_addr = 1;
+               try.neg_addr = 1;
+           no.neg_addr = 1;
            break;
-       default:
-           goto bad;
        }
        p = next;
     }