From 43bab4035b1f6617bb951f053733fabf9f962c2d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 31 Dec 2004 00:41:32 +0000 Subject: [PATCH] A minor improvement to the just-committed code. --- clientserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1