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

Reorder high/low to match internal order.

This commit is contained in:
Simon Josefsson 2009-03-18 15:15:43 +00:00
parent 521b41bde9
commit bbd50c0ce7

View File

@ -99,7 +99,7 @@ $low = substr($plaintext, 18, 2) . substr($plaintext, 16, 2);
$high = substr($plaintext, 20, 2);
$use = substr($plaintext, 22, 2);
print "OK counter=$counter high=$high low=$low use=$use\n";
print "OK counter=$counter low=$low high=$high use=$use\n";
mysql_close()
or syslog(LOG_ERR, "Database close error (otp $otp): " . mysql_error());