netlink: fix group subscription

This commit is contained in:
Dan Williams
2010-04-20 17:24:49 -07:00
parent 87c6e5db76
commit df3f09b633

View File

@@ -702,7 +702,7 @@ nm_netlink_monitor_init (NMNetlinkMonitor *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