Skip to content
Commit 77805a98 authored by Tristan Van Berkom's avatar Tristan Van Berkom Committed by Ondrej Holy
Browse files

Avoid crash when no monitor implementations exist.

The GVariantBuilder is unable to create any GVariant for
an untyped array - while an empty vector is a valid variant,
it is not valid for an untyped array.

Passing the resulting null to gvfs_dbus_daemon_complete_cancel()
causes gvfs to abort with a g_error().

https://bugzilla.gnome.org/show_bug.cgi?id=756105
parent eef594d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment