minor fixes

This commit is contained in:
Serafim 2025-04-03 16:18:35 +03:00
parent 8aad298aa4
commit 6875b191e7
1 changed files with 7 additions and 6 deletions

View File

@ -422,7 +422,8 @@ int my_dns()
std::string response; // ответ DNS сервера
std::string url; // API DNS сервера
struct curl_slist* headers; // Заголовки
nlohmann::json json_data;
nlohmann::json json_data; // Ответ от dns сервера
int status; // Состояние работы процедуры
status = 0;
curl = 0;
@ -484,8 +485,8 @@ int my_dns()
status = 1;
}
return status;
printf("end my_dns"); // debug
return status;
}
// Callback для записи ответа от сервера