X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fccp.c;h=fb95ac57fd318144c38a020a64dd7d201d3c719f;hb=c58cd6f2f2e583a088d7afa3fb98658e710551f5;hp=836d5064af309e9aac2eab923afeeeb944f208d0;hpb=781f4679d39261f09200986978e38eca32ae183c;p=ppp.git diff --git a/pppd/ccp.c b/pppd/ccp.c index 836d506..fb95ac5 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ccp.c,v 1.13 1995/12/18 03:43:40 paulus Exp $"; +static char rcsid[] = "$Id: ccp.c,v 1.14 1996/01/01 22:55:26 paulus Exp $"; #endif #include @@ -40,7 +40,7 @@ static char rcsid[] = "$Id: ccp.c,v 1.13 1995/12/18 03:43:40 paulus Exp $"; struct protent ccp_protent = { PPP_CCP, ccp_init, ccp_input, ccp_protrej, ccp_lowerup, ccp_lowerdown, ccp_open, ccp_close, - ccp_printpkt, NULL, 1, "CCP" + ccp_printpkt, NULL, 1, "CCP", NULL, NULL }; fsm ccp_fsm[NUM_PPP];