diff options
Diffstat (limited to 'src/backend/anastasis-httpd_policy_upload.c')
-rw-r--r-- | src/backend/anastasis-httpd_policy_upload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/anastasis-httpd_policy_upload.c b/src/backend/anastasis-httpd_policy_upload.c index b9ab266..4c86241 100644 --- a/src/backend/anastasis-httpd_policy_upload.c +++ b/src/backend/anastasis-httpd_policy_upload.c | |||
@@ -974,7 +974,7 @@ AH_handler_policy_post ( | |||
974 | &version); | 974 | &version); |
975 | now = GNUNET_TIME_timestamp_get (); | 975 | now = GNUNET_TIME_timestamp_get (); |
976 | if (GNUNET_TIME_timestamp_cmp (puc->paid_until, | 976 | if (GNUNET_TIME_timestamp_cmp (puc->paid_until, |
977 | (<), | 977 | <, |
978 | now)) | 978 | now)) |
979 | puc->paid_until = now; | 979 | puc->paid_until = now; |
980 | rem = GNUNET_TIME_absolute_get_difference (puc->paid_until.abs_time, | 980 | rem = GNUNET_TIME_absolute_get_difference (puc->paid_until.abs_time, |