]> granicus.if.org Git - php/commitdiff
remove last minute garbage that snuck in...
authorSterling Hughes <sterling@php.net>
Mon, 30 Apr 2001 16:30:46 +0000 (16:30 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 30 Apr 2001 16:30:46 +0000 (16:30 +0000)
ext/curl/curl.c

index 3887b61610af7c6cb18195cb113c5e6a5a01c5a2..5cdc17b627ad0b501a3e6b5661b5b69abdaff48c 100644 (file)
@@ -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;