Diff between e6ebddb1f19b407c868841be18d2a41dd99f6bbc and 67da9a46304cfcce79a688aef38ca8995fb98e46
Changed Files
| File | Additions | Deletions | Status |
| gdbus/object.c | +0 | -5 | modified |
Full Patch
diff --git a/gdbus/object.c b/gdbus/object.c
index dacbe58..2dd7c0e 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -174,11 +174,6 @@ static DBusMessage *introspect(DBusConnection *connection,
struct generic_data *data = user_data;
DBusMessage *reply;
- if (!dbus_message_has_signature(message, DBUS_TYPE_INVALID_AS_STRING)) {
- error("Unexpected signature to introspect call");
- return NULL;
- }
-
if (data->introspect == NULL)
generate_introspection_xml(connection, data,
dbus_message_get_path(message));