1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 00:24:13 +01:00

FIXME markers.

This commit is contained in:
Jean Paul Galea 2015-07-18 00:09:19 +02:00
parent db0f55b818
commit ef8a8640c7

View File

@ -235,6 +235,7 @@ if ($h != '')
}
else
{
// FIXME sendResp
sendRest(S_BACKEND_ERROR);
exit;
}
@ -432,6 +433,7 @@ if ($sessionCounter == $seenSessionCounter && $sessionUse > $seenSessionUse)
{
$myLog->log(LOG_NOTICE, "OTP failed phishing test");
# FIXME nuke?
if (0)
{
sendResp(S_DELAYED_OTP, $myLog, $apiKey, $extra);