GNOME Bugzilla – Bug 793302
libnm-util: Fix a minor type problem with GValue
Last modified: 2018-02-08 16:48:52 UTC
Trivial patch attached.
Created attachment 368150 [details] [review] libnm-util: Fix a minor type problem with GValue The code was passing the gpointer alias of the GValue, rather than the GValue* itself. This doesn’t matter normally, but broke an experimental patch in GLib to remove a cast from G_VALUE_TYPE. We’ve reverted the patch in GLib (see https://bugzilla.gnome.org/show_bug.cgi?id=793186), but this should be fixed in NetworkManager anyway. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Merged master: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=daadb8fbe96558e8de768518aaf130cb0cff0abe nm-1-10: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=338b4e6b2123d531cadc9fa01180a7a9fe9957e1 Thanks!