summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f70935d)
raw | patch | inline | side by side (parent: f70935d)
author | Florian Forster <octo@collectd.org> | |
Mon, 15 May 2017 12:57:46 +0000 (14:57 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 16 May 2017 07:07:04 +0000 (09:07 +0200) |
src/curl_json.c | patch | blob | history |
diff --git a/src/curl_json.c b/src/curl_json.c
index 4d8677acee2866f1026ac9b711ef92188e01f250..464c6aefd3e9e0e6544954b4509477f86d78edf6 100644 (file)
--- a/src/curl_json.c
+++ b/src/curl_json.c
yajl_handle yajl;
c_avl_tree_t *tree;
- cj_key_t *key;
int depth;
struct {
union {
db->depth = 0;
memset(&db->state, 0, sizeof(db->state));
db->state[db->depth].tree = db->tree;
- db->key = NULL;
return cj_perform(db);
} /* }}} int cj_read */