Skip to content

Commit

Permalink
swtpm_localca: Add missing NULL option to end of array
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Feb 22, 2023
1 parent 3e994a6 commit 345a468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swtpm_localca/swtpm_localca.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ int main(int argc, char *argv[])
{"allow-signing", no_argument, NULL, 'i'},
{"decryption", no_argument, NULL, 'y'},
{"help", no_argument, NULL, 'h'},
{NULL, 0, NULL, 0},
};
g_autofree gchar *default_options_file = NULL;
g_autofree gchar *default_config_file = NULL;
Expand Down

0 comments on commit 345a468

Please sign in to comment.