Commit 5805327b authored by Andrew Tridgell's avatar Andrew Tridgell

fixed typo in rsyncd exclude handling

parent 8f3a2d54
......@@ -165,7 +165,7 @@ static int rsync_module(int fd, int i)
p = lp_exclude_from(i);
add_exclude_file(p, 1);
p = lp_exclude_from(i);
p = lp_exclude(i);
add_exclude_line(p);
if (chroot(lp_path(i))) {
......
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