portablectl: make "arg_host" const

This commit is contained in:
Yu Watanabe 2018-11-20 18:36:19 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent f2fae6fbae
commit 0c760322a4

View file

@ -37,7 +37,7 @@ static bool arg_runtime = false;
static bool arg_reload = true;
static bool arg_cat = false;
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
static char *arg_host = NULL;
static const char *arg_host = NULL;
static int determine_image(const char *image, bool permit_non_existing, char **ret) {
int r;