summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index e8fde594..8d8f4f34 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -6122,7 +6122,10 @@ static void mainloop(void)
}
/* If user is not root, prints warnings or even exits
- * TODO: check all dynafiles for write permission */
+ * TODO: check all dynafiles for write permission
+ * ... but it is probably better to wait here until we have
+ * a module interface - rgerhards, 2007-07-23
+ */
static void checkPermissions()
{
/* we are not root */