From da689f7de4d1ff0f4197fcc768dd97517b327797 Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Tue, 21 Jul 2015 21:38:46 +0000 Subject: [PATCH] Cosmetic changes. --- ykval-verify.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ykval-verify.php b/ykval-verify.php index ab0c72a..2d69dcd 100644 --- a/ykval-verify.php +++ b/ykval-verify.php @@ -445,11 +445,9 @@ if ($sessionCounter == $seenSessionCounter && $sessionUse > $seenSessionUse) { $myLog->log(LOG_NOTICE, 'OTP failed phishing test'); - # FIXME nuke? - if (0) - { - sendResp(S_DELAYED_OTP, $myLog, $apiKey, $extra); - } + // FIXME + // This was wrapped around if (0). should we nuke or enable? + // sendResp(S_DELAYED_OTP, $myLog, $apiKey, $extra); } }