aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;