13
0

change http_status to a long, as per Curl API, which stops mysterious crashes caused by overwriting the WRITELOCATION ptr

This commit is contained in:
Paul Davis 2013-03-14 22:25:30 -04:00
parent 199e4b9c95
commit 0d05cf3a0c

View File

@ -131,7 +131,7 @@ _pingback (void *arg)
return_str = "";
if (curl_easy_perform (c) == 0) {
int http_status;
long http_status;
curl_easy_getinfo (c, CURLINFO_RESPONSE_CODE, &http_status);