From: Wayne Davison Date: Fri, 31 Dec 2004 00:41:32 +0000 (+0000) Subject: A minor improvement to the just-committed code. X-Git-Tag: v2.6.4pre1~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43bab4035b1f6617bb951f053733fabf9f962c2d;p=thirdparty%2Frsync.git A minor improvement to the just-committed code. --- diff --git a/clientserver.c b/clientserver.c index bf5a1334..ab6a3267 100644 --- a/clientserver.c +++ b/clientserver.c @@ -479,7 +479,7 @@ static int rsync_module(int f_in, int f_out, int i) if (lp_timeout(i)) { io_timeout = lp_timeout(i); - if (io_timeout && io_timeout < select_timeout) + if (io_timeout < select_timeout) select_timeout = io_timeout; }