From 4701c950775572616456139ac65539924e1cdb94 Mon Sep 17 00:00:00 2001 From: Erik Cunningham Date: Wed, 17 Jun 2009 10:24:24 -0600 Subject: [PATCH] http plugin: don't copy the error buffer --- src/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http.c b/src/http.c index a1d0e531..6aad9de0 100644 --- a/src/http.c +++ b/src/http.c @@ -44,7 +44,7 @@ char *user; char *pass; char *credentials; -static int http_init_curl(CURL *curl, char curl_errbuf[]) +static int http_init_curl(CURL *curl, char *curl_errbuf) { struct curl_slist *headers=NULL; -- 2.11.0