X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcryptsetup.c;h=59278442bc4e1a1896ade1a03caa0359ebba0e00;hb=89e09afdf6408d090617094e667bcca1b87dd86e;hp=32aebf6b74a57316cb45e9bf530caade9b51906e;hpb=bec7fcb14a03a23a1b81ac1c9126448ae9e99848;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/src/cryptsetup.c b/src/cryptsetup.c index 32aebf6..5927844 100644 --- a/src/cryptsetup.c +++ b/src/cryptsetup.c @@ -54,6 +54,7 @@ static int opt_test_passphrase = 0; static const char **action_argv; static int action_argc; +static const char *null_action_argv[] = {NULL, NULL}; static int action_create(int arg); static int action_remove(int arg); @@ -1125,7 +1126,6 @@ int main(int argc, const char **argv) struct action_type *action; const char *aname; int r; - const char *null_action_argv[] = {NULL}; crypt_set_log_callback(NULL, tool_log, NULL);