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
1 changed files with 1 additions and 1 deletions

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)
{