diff --git a/src/core/dbus.c b/src/core/dbus.c index 236ebc99d..62cbf89f6 100644 --- a/src/core/dbus.c +++ b/src/core/dbus.c @@ -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 };