1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

removed useless debug msg

(This used to be commit 348ebe30d0)
This commit is contained in:
Andrew Tridgell
2001-03-17 06:23:09 +00:00
parent 0dfc30cf87
commit 71470bb66e

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