]> git.ozlabs.org Git - ppp.git/commitdiff
tty_recv_config doesn't return a value any more.
authorPaul Mackerras <paulus@samba.org>
Thu, 1 May 2003 12:42:39 +0000 (12:42 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 1 May 2003 12:42:39 +0000 (12:42 +0000)
pppd/sys-linux.c

index 8ec9ba70e7051e50957709ebf98e8a698140ab15..effb63854a3be94b1f730bdece21ce782b4f5dec 100644 (file)
@@ -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
  */