aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_curl.c')
-rw-r--r--funcs/func_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_curl.c b/funcs/func_curl.c
index a1ed4e991..47f0bb9b6 100644
--- a/funcs/func_curl.c
+++ b/funcs/func_curl.c
@@ -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;