1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-27 06:54:16 +01:00

Refactor.

- $id never used.
This commit is contained in:
Jean Paul Galea 2015-07-17 22:03:49 +02:00
parent 4080adef81
commit 175dca8755

View File

@ -153,7 +153,7 @@ function retrieveURLasync($ident, $urls, $logger, $ans_req=1, $match="^OK", $ret
$mh = curl_multi_init(); $mh = curl_multi_init();
$ch = array(); $ch = array();
foreach ($urls as $id => $url) foreach ($urls as $url)
{ {
$handle = curl_init(); $handle = curl_init();
curl_settings($logger, $ident, $handle, $url, $timeout, $curlopts); curl_settings($logger, $ident, $handle, $url, $timeout, $curlopts);