X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b389939f874b44b27030f25b77e4ae8f1149c217..cd8185f2bd87206d9d41b8b3445202b3344080bf:/clientserver.c 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)) {