summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-15 01:14:48 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-15 01:14:48 +0000
commit5805327b2852e2e65bd409f1d322353128690be5 (patch)
treeb2a25c6b46b671b0dcd964aad3b3ce0d18cdf15b
parent8f3a2d54a6d3ffa7eefa13478c67ccfa9a3df513 (diff)
downloadrsync-5805327b2852e2e65bd409f1d322353128690be5.tar.gz
fixed typo in rsyncd exclude handling
-rw-r--r--clientserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clientserver.c b/clientserver.c
index 33e7b444..244bbc68 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -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))) {