diff options
-rw-r--r-- | source4/torture/winbind/struct_based.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c index 5a621bc772..99b0828319 100644 --- a/source4/torture/winbind/struct_based.c +++ b/source4/torture/winbind/struct_based.c @@ -636,7 +636,8 @@ static bool torture_winbind_struct_list_users(struct torture_context *torture) return true; } -static bool get_group_list(struct torture_context *torture, int *num_entries, +static bool get_group_list(struct torture_context *torture, + unsigned int *num_entries, char ***groups) { struct winbindd_request req; |