diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sec.c | 4 |
1 files changed, 0 insertions, 4 deletions
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"); - } } /**************************************************************************** |