libnm-glib: do not access NULL GError variable (rh #1224819)
authorJiří Klimeš <jklimes@redhat.com>
Tue, 26 May 2015 13:52:26 +0000 (15:52 +0200)
committerJiří Klimeš <jklimes@redhat.com>
Tue, 26 May 2015 13:59:11 +0000 (15:59 +0200)
commitf46eb1fc2086fe0bb952da52c276a1b6ded868dc
treecc111766278ce5bd9b3f0b77ea0d34f8da688ea5
parentce3d1533cc9aaed14bfa8c03fe66365f2dc1e352
libnm-glib: do not access NULL GError variable (rh #1224819)

dbus_g_proxy_call() should set GError if returning FALSE. But apparently there
is a bug in dbus-glib and the error can be NULL.

https://bugzilla.redhat.com/show_bug.cgi?id=1224819
libnm-glib/nm-client.c