mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
dbus: let's make this const array static
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user