aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pacredir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacredir.c b/pacredir.c
index 9450a83..81256b0 100644
--- a/pacredir.c
+++ b/pacredir.c
@@ -259,7 +259,6 @@ static void * get_http_code(void * data) {
request->service->badcount = 0;
}
-
/* get http status code */
if ((res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &(request->http_code))) != CURLE_OK) {
write_log(stderr, "curl_easy_getinfo() failed: %s\n", curl_easy_strerror(res));