From: Michael Wallner Date: Mon, 13 Jun 2005 09:35:23 +0000 (+0000) Subject: - typo X-Git-Tag: RELEASE_0_9_0~33 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=13941ce7e1264e891630fc7f909bbd11a1282721 - typo --- diff --git a/http_request_api.c b/http_request_api.c index eb4d627..49b699b 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -349,7 +349,7 @@ PHP_HTTP_API STATUS _http_request_init(CURL *ch, http_request_method meth, const HTTP_CURL_OPT(NOSIGNAL, 1); #endif #if LIBCURL_VERSION_NUM < 0x070c00 - HTTP_CURL_OPT(ERRORBUFFER, HTTP_G(request).curl.error); + HTTP_CURL_OPT(ERRORBUFFER, HTTP_G(request).error); #endif /* progress callback */