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:
David Zeuthen
2010-07-15 12:19:24 -04:00
parent 44cf10adce
commit 48b1fe948c
2 changed files with 29 additions and 13 deletions

View File

@@ -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,