mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
removed useless debug msg
This commit is contained in:
parent
af364b93d9
commit
348ebe30d0
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user