Fix error reporting in MatrixHTTPAPI
This commit is contained in:
parent
152765b7f9
commit
9f6178c0ee
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user