aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-16 12:53:36 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-16 12:53:36 +0100
commitdcbad92e1d934a350a7d5c19a64416a7e8d87576 (patch)
tree14ece17a69ba5c151737395da43c8f9495dad9c5 /src/json/json_helper.c
parenta062e12419bdce16c9f4255871de7ecb024f2428 (diff)
downloadgnunet-dcbad92e1d934a350a7d5c19a64416a7e8d87576.tar.gz
gnunet-dcbad92e1d934a350a7d5c19a64416a7e8d87576.zip
-fix ftbfs
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r--src/json/json_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 7735503f6..c0513c529 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -789,7 +789,7 @@ parse_rel_time (void *cls,
789 if (json_is_integer (json_d_ms)) 789 if (json_is_integer (json_d_ms))
790 { 790 {
791 tval = json_integer_value (json_d_ms); 791 tval = json_integer_value (json_d_ms);
792 rel->rel_value_us = GNUNET_TIME_relative_multiply ( 792 *rel = GNUNET_TIME_relative_multiply (
793 GNUNET_TIME_UNIT_MILLISECONDS, 793 GNUNET_TIME_UNIT_MILLISECONDS,
794 tval); 794 tval);
795 return GNUNET_OK; 795 return GNUNET_OK;