X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fccp.c;h=23fee58446584ece466faafcedd4155ad773feac;hb=79b0b24a753bc3f560ba85893cb51bbbecc429be;hp=0ecfc97e281233099182818c316621580f697732;hpb=ce9491a4b11f694af7e4cd628272ac2abb121850;p=ppp.git diff --git a/pppd/ccp.c b/pppd/ccp.c index 0ecfc97..23fee58 100644 --- a/pppd/ccp.c +++ b/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ccp.c,v 1.9 1995/05/19 03:17:09 paulus Exp $"; +static char rcsid[] = "$Id: ccp.c,v 1.10 1995/06/06 01:52:23 paulus Exp $"; #endif #include @@ -109,6 +109,7 @@ ccp_init(unit) memset(&ccp_allowoptions[unit], 0, sizeof(ccp_options)); memset(&ccp_hisoptions[unit], 0, sizeof(ccp_options)); + ccp_wantoptions[0].bsd_compress = 1; ccp_wantoptions[0].bsd_bits = 12; /* default value */ ccp_allowoptions[0].bsd_compress = 1;