diff options
Diffstat (limited to 'src/reducer/anastasis_api_redux.c')
-rw-r--r-- | src/reducer/anastasis_api_redux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reducer/anastasis_api_redux.c b/src/reducer/anastasis_api_redux.c index bc2cb5e..58ca0fb 100644 --- a/src/reducer/anastasis_api_redux.c +++ b/src/reducer/anastasis_api_redux.c | |||
@@ -311,6 +311,8 @@ ANASTASIS_redux_fail_ (ANASTASIS_ActionCallback cb, | |||
311 | GNUNET_JSON_pack_allow_null ( | 311 | GNUNET_JSON_pack_allow_null ( |
312 | GNUNET_JSON_pack_string ("detail", | 312 | GNUNET_JSON_pack_string ("detail", |
313 | detail)), | 313 | detail)), |
314 | GNUNET_JSON_pack_string ("reducer_type", | ||
315 | "error"), | ||
314 | GNUNET_JSON_pack_uint64 ("code", | 316 | GNUNET_JSON_pack_uint64 ("code", |
315 | ec), | 317 | ec), |
316 | GNUNET_JSON_pack_string ("hint", | 318 | GNUNET_JSON_pack_string ("hint", |