diff options
Diffstat (limited to 'src/backend/anastasis-httpd_truth.c')
-rw-r--r-- | src/backend/anastasis-httpd_truth.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/anastasis-httpd_truth.c b/src/backend/anastasis-httpd_truth.c index cbf13be..6c05ef8 100644 --- a/src/backend/anastasis-httpd_truth.c +++ b/src/backend/anastasis-httpd_truth.c | |||
@@ -1651,11 +1651,11 @@ AH_handler_truth_get ( | |||
1651 | break; | 1651 | break; |
1652 | } | 1652 | } |
1653 | 1653 | ||
1654 | if (GNUNET_TIME_relative_cmp (GNUNET_TIME_absolute_get_duration ( | 1654 | if (GNUNET_TIME_relative_cmp ( |
1655 | transmission_date.abs_time), | 1655 | GNUNET_TIME_absolute_get_duration ( |
1656 | (<), | 1656 | transmission_date.abs_time), |
1657 | gc->authorization-> | 1657 | <, |
1658 | code_retransmission_frequency) ) | 1658 | gc->authorization->code_retransmission_frequency) ) |
1659 | { | 1659 | { |
1660 | /* Too early for a retransmission! */ | 1660 | /* Too early for a retransmission! */ |
1661 | GNUNET_free (decrypted_truth); | 1661 | GNUNET_free (decrypted_truth); |