aboutsummaryrefslogtreecommitdiff
path: root/src/regex/plugin_block_regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/plugin_block_regex.c')
-rw-r--r--src/regex/plugin_block_regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c
index 317f65d8d..681ade880 100644
--- a/src/regex/plugin_block_regex.c
+++ b/src/regex/plugin_block_regex.c
@@ -177,7 +177,7 @@ evaluate_block_regex_accept (void *cls, enum GNUNET_BLOCK_Type type,
177 GNUNET_break_op(0); 177 GNUNET_break_op(0);
178 return GNUNET_BLOCK_EVALUATION_RESULT_INVALID; 178 return GNUNET_BLOCK_EVALUATION_RESULT_INVALID;
179 } 179 }
180 if (0 == GNUNET_TIME_absolute_get_remaining (GNUNET_TIME_absolute_ntoh (rba->expiration_time)).rel_value) 180 if (0 == GNUNET_TIME_absolute_get_remaining (GNUNET_TIME_absolute_ntoh (rba->expiration_time)).rel_value_us)
181 { 181 {
182 /* technically invalid, but can happen without an error, so 182 /* technically invalid, but can happen without an error, so
183 we're nice by reporting it as a 'duplicate' */ 183 we're nice by reporting it as a 'duplicate' */