libnm-glib: fix crash due to uninitalized pointer in get_permissions_reply()
authorThomas Haller <thaller@redhat.com>
Tue, 26 Jan 2016 11:00:14 +0000 (12:00 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 26 Jan 2016 11:04:08 +0000 (12:04 +0100)
commite0601d501a09d2ea24c7d9d966056cb8042a49b3
treef625b8870316aef944c58b87f74212ef5d9a0448
parent96b11af92d6dcffc4ecc97503626d6dd525b8c92
libnm-glib: fix crash due to uninitalized pointer in get_permissions_reply()

If the D-Bus call failed with error, @permissions would stay uninitialized.
libnm-glib/nm-client.c