1
0
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:
Andrew Tridgell
-
parent 575897e879
commit 56bdb152d8

View File

@@ -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;
}
/*******************************************************************