summaryrefslogtreecommitdiff
path: root/src/locale/localectl.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-20 18:08:33 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-20 18:40:02 +0100
commit847da1ac1be8665f049e68978bd7d1ebd1c66fdc (patch)
tree9ee9388db22489bdd464aa456aad377e92a13d17 /src/locale/localectl.c
parent85ae63ee874af8d22e4bbed3dd459ded8cfbcd49 (diff)
downloadsystemd-847da1ac1be8665f049e68978bd7d1ebd1c66fdc.tar.gz
locale: make "arg_host" const
Diffstat (limited to 'src/locale/localectl.c')
-rw-r--r--src/locale/localectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c
index 9698a9f2a8..af1d27f9c7 100644
--- a/src/locale/localectl.c
+++ b/src/locale/localectl.c
@@ -29,7 +29,7 @@
static PagerFlags arg_pager_flags = 0;
static bool arg_ask_password = true;
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
-static char *arg_host = NULL;
+static const char *arg_host = NULL;
static bool arg_convert = true;
typedef struct StatusInfo {