diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-10 10:33:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-10 10:33:25 +0200 |
commit | 30c65d5424d4696cc3c036abdb1a19d70dae8fef (patch) | |
tree | a8939742e4239a8266550f1199878dfb92f39dff /pacredir.c | |
parent | 223b1992650c5a871db1f87d4bda53af8748f9d0 (diff) | |
download | pacredir-30c65d5424d4696cc3c036abdb1a19d70dae8fef.tar.gz pacredir-30c65d5424d4696cc3c036abdb1a19d70dae8fef.tar.zst |
remove extra line break
Diffstat (limited to 'pacredir.c')
-rw-r--r-- | pacredir.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); |