diff options
-rw-r--r-- | source3/lib/system.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 526113dcf7..38b2e79ac6 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -672,9 +672,6 @@ struct passwd *sys_getpwnam(const char *name) return setup_pwret(&pw_cache.pass); } - /* no cache hit--use old lookup instead */ - DEBUG(2,("getpwnam(%s) called\n",name)); - return setup_pwret(getpwnam(name)); } |