diff options
Diffstat (limited to 'src/authorization/anastasis_authorization_plugin_iban.c')
-rw-r--r-- | src/authorization/anastasis_authorization_plugin_iban.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_iban.c b/src/authorization/anastasis_authorization_plugin_iban.c index ef11b88..f8a4868 100644 --- a/src/authorization/anastasis_authorization_plugin_iban.c +++ b/src/authorization/anastasis_authorization_plugin_iban.c | |||
@@ -514,6 +514,8 @@ iban_process (struct ANASTASIS_AUTHORIZATION_State *as, | |||
514 | &espec.debit_iban_hash); | 514 | &espec.debit_iban_hash); |
515 | as->eh = ctx->ac->db->event_listen (ctx->ac->db->cls, | 515 | as->eh = ctx->ac->db->event_listen (ctx->ac->db->cls, |
516 | &espec.header, | 516 | &espec.header, |
517 | GNUNET_TIME_absolute_get_remaining ( | ||
518 | timeout), | ||
517 | &bank_event_cb, | 519 | &bank_event_cb, |
518 | as); | 520 | as); |
519 | } | 521 | } |