mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02:00
netlink: fix group subscription
This commit is contained in:
parent
87c6e5db76
commit
df3f09b633
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ nm_netlink_monitor_init (NMNetlinkMonitor *self)
|
||||||
{
|
{
|
||||||
NMNetlinkMonitorPrivate *priv = NM_NETLINK_MONITOR_GET_PRIVATE (self);
|
NMNetlinkMonitorPrivate *priv = NM_NETLINK_MONITOR_GET_PRIVATE (self);
|
||||||
|
|
||||||
priv->subscriptions = g_hash_table_new (g_int_hash, g_int_equal);
|
priv->subscriptions = g_hash_table_new (g_direct_hash, g_direct_equal);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue