make func_curl.c compile under devmode.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@141626 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak
2008-09-07 00:04:05 +00:00
parent 1ca1ef6775
commit e62660c956

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 ast_datastore *store;
struct global_curl_info *list[2] = { &global_curl_info, NULL }; struct global_curl_info *list[2] = { &global_curl_info, NULL };
struct curl_settings *cur; struct curl_settings *cur = NULL;
CURLoption key; CURLoption key;
enum optiontype ot; enum optiontype ot;
int i; int i;