From fb3c4bb1885f40a84bd534cd38f631b93bfa4a87 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Feb 2022 22:35:51 +0100 Subject: -first rough cut towards implementing new /truths/ endpoint design (#7064) --- src/authorization/anastasis_authorization_plugin_totp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/authorization') diff --git a/src/authorization/anastasis_authorization_plugin_totp.c b/src/authorization/anastasis_authorization_plugin_totp.c index 74d7b7c..1f01652 100644 --- a/src/authorization/anastasis_authorization_plugin_totp.c +++ b/src/authorization/anastasis_authorization_plugin_totp.c @@ -278,7 +278,6 @@ totp_process (struct ANASTASIS_AUTHORIZATION_State *as, if (MHD_YES != mres) return ANASTASIS_AUTHORIZATION_RES_FAILED_REPLY_FAILED; return ANASTASIS_AUTHORIZATION_RES_FAILED; - } for (unsigned int i = 0; i<=TIME_INTERVAL_RANGE * 2; i++) if (0 == -- cgit v1.2.3