We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c63ff0 commit 4c99e29Copy full SHA for 4c99e29
1 file changed
lib/util/regress/parse_gids/parse_gids_test.c
@@ -50,7 +50,7 @@ static struct parse_gids_test test_data[] = {
50
{ "1,2,3,4", &test_data[0].basegid, 0, 5, test1_out },
51
{ "1,2,3,4", NULL, 0, 4, test2_out },
52
{ "1,-2,3,4", &test_data[2].basegid, 0, 5, test3_out },
53
- { NULL, false, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
54
};
55
56
static void
0 commit comments