1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-08 12:54:21 +01:00

FIXME marker.

- probably should be '&local_counter' not ',local_counter'.

- check later as this is written to db and if we fix here,
	we might break other stuff.
This commit is contained in:
Jean Paul Galea 2015-07-17 23:48:56 +02:00
parent 47422f9c70
commit ba160c9976

View File

@ -83,6 +83,7 @@ class SyncLib
public function createInfoString($otpParams, $localParams) public function createInfoString($otpParams, $localParams)
{ {
# FIXME &local_counter
return 'yk_publicname=' . $otpParams['yk_publicname'] . return 'yk_publicname=' . $otpParams['yk_publicname'] .
'&yk_counter=' . $otpParams['yk_counter'] . '&yk_counter=' . $otpParams['yk_counter'] .
'&yk_use=' . $otpParams['yk_use'] . '&yk_use=' . $otpParams['yk_use'] .