aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------contrib/gana0
-rw-r--r--src/lib/exchange_api_handle.c4
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject 80b3182db5a5b13a765b2ab8846cb1d0f328199
+Subproject 880352a419beee4864f863182dbc695c859ee3f
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 405b46419..15fb29aa7 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -712,6 +712,7 @@ decode_keys_json (const json_t *resp_obj,
unsigned int age;
unsigned int revision;
unsigned int current;
+ char dummy;
struct GNUNET_JSON_Specification spec[] = {
GNUNET_JSON_spec_string ("version",
&ver),
@@ -730,7 +731,8 @@ decode_keys_json (const json_t *resp_obj,
"%u:%u:%u",
&current,
&revision,
- &age))
+ &age,
+ &dummy))
{
GNUNET_break_op (0);
return GNUNET_SYSERR;