mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user