veritysetup-generator: make arg_dest const

This commit is contained in:
Yu Watanabe 2018-11-23 04:23:27 +09:00
parent 6b9306b29c
commit 2cb52121e5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define SYSTEMD_VERITYSETUP_SERVICE "systemd-veritysetup@root.service"
static char *arg_dest = NULL;
static const char *arg_dest = NULL;
static bool arg_enabled = true;
static char *arg_root_hash = NULL;
static char *arg_data_what = NULL;