From 3b2b53456759d614a92f178fa43f9c9ec1332f8e Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sat, 17 Mar 2001 01:34:22 +0000 Subject: [PATCH] Add some todo comments. --- clientserver.c | 7 +++++++ 1 file changed, 7 insertions(+) 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); -- 2.34.1