mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
Bug 623810 – Message serialization bug
https://bugzilla.gnome.org/show_bug.cgi?id=623810 Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -2048,7 +2048,7 @@ g_dbus_message_to_blob (GDBusMessage *message,
|
||||
}
|
||||
else
|
||||
{
|
||||
if (signature != NULL)
|
||||
if (signature != NULL && strlen (signature_str) > 0)
|
||||
{
|
||||
g_set_error (error,
|
||||
G_IO_ERROR,
|
||||
|
Reference in New Issue
Block a user