[asterisk-commits] file: branch 1.4 r90798 - /branches/1.4/apps/app_dial.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 3 23:29:33 CST 2007


Author: file
Date: Mon Dec  3 23:29:33 2007
New Revision: 90798

URL: http://svn.digium.com/view/asterisk?view=rev&rev=90798
Log:
Fix build issue on the build cluster.

Modified:
    branches/1.4/apps/app_dial.c

Modified: branches/1.4/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_dial.c?view=diff&rev=90798&r1=90797&r2=90798
==============================================================================
--- branches/1.4/apps/app_dial.c (original)
+++ branches/1.4/apps/app_dial.c Mon Dec  3 23:29:33 2007
@@ -838,7 +838,7 @@
 	);
 	struct ast_flags 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