From: Sterling Hughes Date: Mon, 30 Apr 2001 16:30:46 +0000 (+0000) Subject: remove last minute garbage that snuck in... X-Git-Tag: php-4.0.6RC1~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21032fee6b548bb591c36c92d396c725d4220e33;p=php remove last minute garbage that snuck in... --- diff --git a/ext/curl/curl.c b/ext/curl/curl.c index 3887b61610..5cdc17b627 100644 --- a/ext/curl/curl.c +++ b/ext/curl/curl.c @@ -703,7 +703,7 @@ PHP_FUNCTION(curl_setopt) } zend_llist_add_element(&ch->to_free.post, &first); - error = curl_easy_setopt(ch->cp, CURLOPT_HTTPPOST, &first); + error = curl_easy_setopt(ch->cp, CURLOPT_HTTPPOST, first); } else { char *post = NULL;