1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).

Jeremy.
(This used to be commit e222057140edb3f14d76e54bd6e744919f50b4df)
This commit is contained in:
Jeremy Allison 2000-10-13 17:36:22 +00:00
parent 85643cd72c
commit 6d475b7217

View File

@ -303,7 +303,7 @@ failed with error %s\n", strerror(errno) ));
* to a gid_t via winbind and do the comparison.
*/
if (!winbind_nametogid(gname, &gid)) {
if (!winbind_nametogid(&gid, gname)) {
DEBUG(0,("user_in_winbind_group_list: winbind_lookup_name for group %s failed.\n",
gname ));
goto err;