On Sat, 16 Jul 2005, Pierre Ossman wrote:

> GCC caught a missing sentinel hint for g_object_new in
> nm-netlink-monitor.c:266.
> 
> Change
> 
>       instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL);
> 
> to
> 
>       instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL, NULL);
> 
> to solve the problem.

This is actually a glib bug that will be fixed in a new glib rev that was 
supposed to happen either today or early next week.  So I think we should wait 
until that happens and see if that fixes it.

Dan
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to