Skip to content

Commit

Permalink
fix options initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Jun 27, 2023
1 parent f5c1504 commit c8d36d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uvwasi.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ void uvwasi_options_init(uvwasi_options_t* options) {
options->envp = NULL;
options->preopenc = 0;
options->preopens = NULL;
options->preopen_socketc = 0;
options->preopen_sockets = NULL;
options->allocator = NULL;
}

Expand Down

0 comments on commit c8d36d4

Please sign in to comment.