Archived
14
0
Fork 0

make func_curl.c compile under devmode.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@141626 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mvanbaak 2008-09-07 00:04:05 +00:00
parent 63d943ed16
commit 28709af313

View file

@ -275,7 +275,7 @@ static int acf_curlopt_read(struct ast_channel *chan, const char *cmd, char *dat
{
struct ast_datastore *store;
struct global_curl_info *list[2] = { &global_curl_info, NULL };
struct curl_settings *cur;
struct curl_settings *cur = NULL;
CURLoption key;
enum optiontype ot;
int i;