1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-12-01 15:24:16 +01:00

sl parameter returned on "NOT_ENOUGH_ANSWERS"

This commit is contained in:
Olov Danielson 2009-12-08 10:26:27 +00:00
parent f7cf1e1a5d
commit 03366efa60

View File

@ -234,7 +234,7 @@ if($syncres==False) {
exit;
} else {
$extra=array('sl'=>$sl_success_rate);
sendResp(S_NOT_ENOUGH_ANSWERS, $apiKey);
sendResp(S_NOT_ENOUGH_ANSWERS, $apiKey, $extra);
exit;
}
}