aboutsummaryrefslogtreecommitdiffstats
path: root/clientserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientserver.c')
-rw-r--r--clientserver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientserver.c b/clientserver.c
index 4f8c3e2e..faf15936 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -478,8 +478,8 @@ static int rsync_module(int f_in, int f_out, int i)
#ifndef DEBUG
/* don't allow the logs to be flooded too fast */
- if (verbose > lp_max_verbosity())
- verbose = lp_max_verbosity();
+ if (verbose > lp_max_verbosity(i))
+ verbose = lp_max_verbosity(i);
#endif
if (protocol_version < 23