1
0
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:
Andrew Tridgell -
parent af364b93d9
commit 348ebe30d0

View File

@ -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));
}