Skip to content
Snippets Groups Projects
Commit 95dd3432 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added the missing ares numerical version initialiser

parent e449aab0
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ static curl_version_info_data version_info = {
NULL, /* zlib_version */
protocols,
NULL, /* c-ares version */
0, /* c-ares version numerical */
};
curl_version_info_data *curl_version_info(CURLversion stamp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment