1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

introduced json null object

This commit is contained in:
Falk Werner
2020-07-12 15:56:03 +02:00
parent ea15d8c5cf
commit fd70fa73ac
5 changed files with 35 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ static void webfuse_test_MockRequest_respond(
id = wfp_impl_json_int_get(id_holder);
}
if (nullptr != result)
if (!wfp_impl_json_is_null(result))
{
error_code = WFP_GOOD;
request->respond(result, id);