mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user