[asterisk-commits] mvanbaak: trunk r141626 - /trunk/funcs/func_curl.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 6 19:04:05 CDT 2008
Author: mvanbaak
Date: Sat Sep 6 19:04:05 2008
New Revision: 141626
URL: http://svn.digium.com/view/asterisk?view=rev&rev=141626
Log:
make func_curl.c compile under devmode.
Modified:
trunk/funcs/func_curl.c
Modified: trunk/funcs/func_curl.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_curl.c?view=diff&rev=141626&r1=141625&r2=141626
==============================================================================
--- trunk/funcs/func_curl.c (original)
+++ trunk/funcs/func_curl.c Sat Sep 6 19:04:05 2008
@@ -275,7 +275,7 @@
{
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;
More information about the asterisk-commits
mailing list