mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-20 17:33:56 +00:00
dbus: let's make this const array static
This commit is contained in:
parent
bcadcb64ee
commit
166de4255c
@ -1054,7 +1054,7 @@ fail:
|
||||
static int bus_init_private(Manager *m) {
|
||||
DBusError error;
|
||||
int r;
|
||||
const char *const external_only[] = {
|
||||
static const char *const external_only[] = {
|
||||
"EXTERNAL",
|
||||
NULL
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user