mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
fixed a return value
This commit is contained in:
@@ -226,6 +226,7 @@ BOOL new_get_domain_user_groups(TALLOC_CTX *ctx, int *numgroups, DOM_GID **pgids
|
||||
*pgids=gids;
|
||||
*numgroups=cur_gid;
|
||||
safe_free(map);
|
||||
return True;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
||||
Reference in New Issue
Block a user