mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
locale: make "arg_host" const
This commit is contained in:
parent
85ae63ee87
commit
847da1ac1b
@ -29,7 +29,7 @@
|
|||||||
static PagerFlags arg_pager_flags = 0;
|
static PagerFlags arg_pager_flags = 0;
|
||||||
static bool arg_ask_password = true;
|
static bool arg_ask_password = true;
|
||||||
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
|
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
|
||||||
static char *arg_host = NULL;
|
static const char *arg_host = NULL;
|
||||||
static bool arg_convert = true;
|
static bool arg_convert = true;
|
||||||
|
|
||||||
typedef struct StatusInfo {
|
typedef struct StatusInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user