From: Paul Mackerras Date: Thu, 1 May 2003 12:42:39 +0000 (+0000) Subject: tty_recv_config doesn't return a value any more. X-Git-Tag: ppp-2.4.7~299 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=99520993fba23cb32604a8efb066cc6d9de69eeb;p=ppp.git tty_recv_config doesn't return a value any more. --- 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 */