From 85a310c7f3607d4ec433b3072ff707a3bc41e2d8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 6 Jul 2001 02:25:03 +0000 Subject: fixed inetd operation as non-root (This used to be commit 9a9da44455fc35cb9b1625ffefd12a9c5fe48d6b) --- source3/lib/util_sec.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index 54b819b1cc..5b8bdb44c1 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -56,10 +56,6 @@ as non-root while catching trapdoor systems void sec_init(void) { initial_uid = geteuid(); - if (initial_uid != (uid_t)0) { - /* the DEBUG() subsystem has not been initialised when this is called */ - fprintf(stderr, "WARNING: running as non-root. Some functionality will be missing\n"); - } } /**************************************************************************** -- cgit