mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-03-03 18:29:18 +01:00
Refactor.
- $mrc never used.
This commit is contained in:
parent
73943ba807
commit
890a446063
@ -167,7 +167,7 @@ function retrieveURLasync($ident, $urls, $logger, $ans_req=1, $match="^OK", $ret
|
||||
|
||||
do
|
||||
{
|
||||
while (($mrc = curl_multi_exec($mh, $active)) == CURLM_CALL_MULTI_PERFORM);
|
||||
while (curl_multi_exec($mh, $active) == CURLM_CALL_MULTI_PERFORM);
|
||||
|
||||
while ($info = curl_multi_info_read($mh))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user