From: Martin Pool Date: Sat, 17 Mar 2001 01:34:22 +0000 (+0000) Subject: Add some todo comments. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3b2b53456759d614a92f178fa43f9c9ec1332f8e Add some todo comments. --- diff --git a/clientserver.c b/clientserver.c index 044f86dc..64e4d896 100644 --- a/clientserver.c +++ b/clientserver.c @@ -212,6 +212,13 @@ static int rsync_module(int fd, int i) gid = atoi(p); } } + + /* TODO: If we're not root, but the configuration requests + * that we change to some uid other than the current one, then + * log a warning. */ + + /* TODO: Perhaps take a list of gids, and make them into the + * supplementary groups. */ p = lp_include_from(i); add_exclude_file(p, 1, 1);