X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=e7f95bf54f83d79b00370865febad357ab514c2f;hp=d6f89e2ab097db056be71b2dce3bad59ff17d80f;hb=dee72905271845128ad26cff5cf770c433f3f4a7;hpb=0ea0ee1439a6472c86bbc70407fef906f2c34b25 diff --git a/pppd/options.c b/pppd/options.c index d6f89e2..e7f95bf 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.24 1995/08/16 01:39:35 paulus Exp $"; +static char rcsid[] = "$Id: options.c,v 1.25 1995/10/27 03:39:14 paulus Exp $"; #endif #include @@ -1422,7 +1422,7 @@ setxonxoff() lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */ lcp_wantoptions[0].neg_asyncmap = 1; - crtscts = 2; + crtscts = -2; return (1); }