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

retrieveURLasync: cater for the last need in ykval-synclib.

This commit is contained in:
Fredrik Thulin 2012-06-14 14:49:37 +02:00
parent df71d3a5a8
commit 41f1e15a43

View File

@ -184,6 +184,7 @@ function retrieveURLasync ($urls, $ans_req=1, $match="^OK", $returl=False, $time
}
curl_multi_close ($mh);
if ($ans_count>0) return $ans_arr;
return $str;
}