X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-linux.c;h=718a678bfbc4a4abf3af87d0547636b0a3b8a5a8;hb=c1d7b083dc15423cae75be3c8b50a9a35aceac21;hp=e85988665924545ac1887d1b22d5c9570b8894aa;hpb=4426185a13df05984b8827e786966ed1b1408e4e;p=ppp.git diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index e859886..718a678 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -866,6 +866,7 @@ void ppp_send_config (int unit,int mtu,u_int32_t asyncmap,int pcomp,int accomp) x = get_flags(); x = pcomp ? x | SC_COMP_PROT : x & ~SC_COMP_PROT; x = accomp ? x | SC_COMP_AC : x & ~SC_COMP_AC; + x = sync_serial ? x | SC_SYNC : x & ~SC_SYNC; set_flags(x); }