From 13941ce7e1264e891630fc7f909bbd11a1282721 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 13 Jun 2005 09:35:23 +0000 Subject: [PATCH] - typo --- http_request_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2