[asterisk-commits] qwell: trunk r90877 - /trunk/apps/app_dial.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Dec 4 11:35:40 CST 2007


Author: qwell
Date: Tue Dec  4 11:35:40 2007
New Revision: 90877

URL: http://svn.digium.com/view/asterisk?view=rev&rev=90877
Log:
Fix build in trunk.  This was fixed in 1.4, but blocked in trunk since this hadn't been merged yet.

Modified:
    trunk/apps/app_dial.c

Modified: trunk/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_dial.c?view=diff&rev=90877&r1=90876&r2=90877
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Tue Dec  4 11:35:40 2007
@@ -1244,7 +1244,7 @@
 	);
 	struct ast_flags64 opts = { 0, };
 	char *opt_args[OPT_ARG_ARRAY_SIZE];
-	struct ast_datastore *datastore;
+	struct ast_datastore *datastore = NULL;
 	int fulldial = 0, num_dialed = 0;
 
 	if (ast_strlen_zero(data)) {




More information about the asterisk-commits mailing list