3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 14:49:24 +01:00

dbus: Make the g_dbus global variable static

This commit is contained in:
Marcel Holtmann 2018-09-14 23:01:32 +02:00
parent 78dd20131a
commit 804ce5944b

View File

@ -37,7 +37,7 @@
#include "src/iwd.h"
#include "src/dbus.h"
struct l_dbus *g_dbus = 0;
static struct l_dbus *g_dbus = NULL;
const char *dbus_iftype_to_string(uint32_t iftype)
{