diff options
| author | Andrew Tridgell <tridge@samba.org> | 2001-07-06 02:25:03 +0000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2001-07-06 02:25:03 +0000 |
| commit | 85a310c7f3607d4ec433b3072ff707a3bc41e2d8 (patch) | |
| tree | 1813b435c6a598835e832cf701643ead0134b63d | |
| parent | 9a0397cf698496cfbad42201eef96de21ecb7804 (diff) | |
fixed inetd operation as non-root
(This used to be commit 9a9da44455fc35cb9b1625ffefd12a9c5fe48d6b)
| -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"); - } } /**************************************************************************** |
