Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jan 26, 2023
1 parent 4491b6b commit c353daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/utils/utils_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const char *TOOLBOX_SUBID_GET_UID_RANGES_SYMBOL = TOOLBOX_STRINGIFY (subid_get_u
void
toolbox_subid_init (void *subid_init_func)
{
(* (ToolboxSubidInitFunc) subid_init_func) (NULL, NULL);
(* (ToolboxSubidInitFunc) subid_init_func) (NULL, stderr);
}
int
Expand Down

0 comments on commit c353daa

Please sign in to comment.