X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-linux.c;h=effb63854a3be94b1f730bdece21ce782b4f5dec;hb=5d490c4106f4a34864c980b925e183cf3bf575e2;hp=8ec9ba70e7051e50957709ebf98e8a698140ab15;hpb=e5b7cafa28aeba66499fa26b286192529e5fde15;p=ppp.git diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index 8ec9ba7..effb638 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -1231,7 +1231,7 @@ void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) * which may be done. Just return without incident. */ if (!still_ppp()) - return 0; + return; /* * Set the receiver parameters */