Fix error reporting in MatrixHTTPAPI

This commit is contained in:
Gergely Polonkai 2016-01-22 11:06:21 +01:00
parent 152765b7f9
commit 9f6178c0ee
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ _response_callback(SoupSession *session,
if (JSON_NODE_HOLDS_OBJECT(content)) {
JsonObject *root_object;
JsonNode *node;
GError *err = NULL;
root_object = json_node_get_object(content);