1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 10:52:18 +01:00

Cosmetic changes.

This commit is contained in:
Jean Paul Galea 2015-07-17 22:12:59 +02:00
parent 107995fc24
commit 60a487a996

View File

@ -452,7 +452,7 @@ class SyncLib
/*
Send out requests
*/
$ans_arr=retrieveURLasync("YK-VAL sync", $urls, $this->myLog, $ans_req, $match="status=OK", $returl=True, $timeout, $this->curlopts);
$ans_arr = retrieveURLasync('YK-VAL sync', $urls, $this->myLog, $ans_req, $match='status=OK', $returl=True, $timeout, $this->curlopts);
if (!is_array($ans_arr)) {
$this->log(LOG_WARNING, 'No responses from validation server pool');