Disable GVARIANT feature temporally
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 18 Jan 2016 10:10:51 +0000 (19:10 +0900)
committerAdrian Szyndela <adrian.s@samsung.com>
Fri, 19 Feb 2016 10:54:00 +0000 (11:54 +0100)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I84cf169d64f59b6b2086ade14a827b252ab44b97

dbus/dbus-message.c

index f2bdfb9..7b494e4 100644 (file)
@@ -48,7 +48,7 @@
   (type == DBUS_TYPE_STRING || type == DBUS_TYPE_SIGNATURE || \
    type == DBUS_TYPE_OBJECT_PATH)
 
-unsigned char _dbus_default_protocol_version = DBUS_PROTOCOL_VERSION_GVARIANT;
+unsigned char _dbus_default_protocol_version = DBUS_MAJOR_PROTOCOL_VERSION; /* DBUS_PROTOCOL_VERSION_GVARIANT; */
 
 static void dbus_message_finalize (DBusMessage *message);