summaryrefslogtreecommitdiff
path: root/clientserver.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-19 06:35:49 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-19 06:35:49 +0000
commitcd8185f2bd87206d9d41b8b3445202b3344080bf (patch)
treec7d082248747298acb85ecbc8d402340fd314dbc /clientserver.c
parent6bd98f0617dc20c5f5d54c10ed5c4b53b831e0b5 (diff)
downloadrsync-cd8185f2bd87206d9d41b8b3445202b3344080bf.tar.gz
added "refuse options" option
Diffstat (limited to 'clientserver.c')
-rw-r--r--clientserver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clientserver.c b/clientserver.c
index 7dee5441..299e771e 100644
--- a/clientserver.c
+++ b/clientserver.c
@@ -310,8 +310,7 @@ static int rsync_module(int fd, int i)
io_start_multiplex_out(fd);
if (!ret) {
- rprintf(FERROR,"Error parsing options (unsupported option?) - aborting\n");
- exit_cleanup(RERR_SYNTAX);
+ option_error();
}
if (lp_timeout(i)) {