mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
dbus: Make the g_dbus global variable static
This commit is contained in:
parent
78dd20131a
commit
804ce5944b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user