mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix "longjmp causes uninitialized stack frame" (serverlist.cpp)
This commit is contained in:
parent
066b0314b1
commit
fceb465fc9
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ std::vector<ServerListSpec> getOnline()
|
|||
{
|
||||
CURLcode res;
|
||||
|
||||
curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
|
||||
curl_easy_setopt(curl, CURLOPT_URL, (g_settings->get("serverlist_url")+"/list").c_str());
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, ServerList::WriteCallback);
|
||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &liststring);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue