Commit 43bab403 authored by Wayne Davison's avatar Wayne Davison

A minor improvement to the just-committed code.

parent ef0c03ff
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment