Skip to content

Commit

Permalink
Update ShareCodeUpload.cpp
Browse files Browse the repository at this point in the history
prepopulate dns-cache, ref. #8 - moved definition of host variable to header file
  • Loading branch information
jakoch authored Oct 20, 2020
1 parent abd008f commit fbaf17a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ShareCodeUpload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ShareCodeUpload::ShareCodeUpload(bool verboseMode)
verbose = verboseMode;
curl = initCurlConnection();

struct curl_slist *host = NULL;
host = curl_slist_append(NULL, "csgostats.gg:80:104.18.76.107");
host = curl_slist_append(host, "csgostats.gg:443:104.18.76.107");
}
Expand Down

0 comments on commit fbaf17a

Please sign in to comment.