]> git.ozlabs.org Git - ppp.git/commitdiff
use crtscts = -2 to indicate xon/xoff
authorPaul Mackerras <paulus@samba.org>
Fri, 27 Oct 1995 03:39:14 +0000 (03:39 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 27 Oct 1995 03:39:14 +0000 (03:39 +0000)
pppd/options.c

index d6f89e2ab097db056be71b2dce3bad59ff17d80f..e7f95bf54f83d79b00370865febad357ab514c2f 100644 (file)
@@ -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 <stdio.h>
@@ -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);
 }