X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eecd22ff7b041c6dc3cd5ff517aef64d2b69607c..7df0935a5124dbe1ce81f3b462645464bd17aa9d:/clientserver.c diff --git a/clientserver.c b/clientserver.c index 7dd72e9b..0f543610 100644 --- a/clientserver.c +++ b/clientserver.c @@ -244,6 +244,10 @@ static int rsync_module(int fd, int i) log_init(); if (use_chroot) { + /* TODO: If we're not running as root, then we'll get + * an error here. I wonder if we should perhaps just + * log a warning here, and continue anyhow using the + * push_dir feature? -- mbp 2001-08-31 */ if (chroot(lp_path(i))) { rsyserr(FERROR, errno, "chroot %s failed", lp_path(i)); io_printf(fd,"@ERROR: chroot failed\n");