summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c8d44f)
raw | patch | inline | side by side (parent: 5c8d44f)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 24 Sep 2010 09:52:52 +0000 (11:52 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 24 Sep 2010 09:52:52 +0000 (11:52 +0200) |
src/curl_json.c | patch | blob | history |
diff --git a/src/curl_json.c b/src/curl_json.c
index e34f90aa5346148eb69376de89f8bbd4440d44e0..0cf72ac3a10879c7d22d9f5e546aa20038eaaa54 100644 (file)
--- a/src/curl_json.c
+++ b/src/curl_json.c
if (db->yajl == NULL)
{
ERROR ("curl_json plugin: yajl_alloc failed.");
+ db->yajl = yprev;
return (-1);
}