1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

fixed empty result

This commit is contained in:
Falk Werner 2020-03-30 22:21:41 +02:00
parent 6ccc738d17
commit db536142de

View File

@ -70,7 +70,7 @@ void wfp_impl_respond_read(
{
json_t * result = json_object();
json_object_set_new(result, "data", json_string(""));
json_object_set_new(result, "format", json_string("identitiy"));
json_object_set_new(result, "format", json_string("identity"));
json_object_set_new(result, "count", json_integer(0));
wfp_impl_respond(request, result);