aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-04 05:29:33 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-04 05:29:33 +0000
commitd334149128747a6445a82a33f43ea9dac7417cdc (patch)
tree597b1f108ec987139beaabaf6d828c89ea9c05f4 /apps/app_dial.c
parent282784ee1ceeddbf4431dfeb43c626c53102f33a (diff)
Fix build issue on the build cluster.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@90798 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 56a4336af..4d1097e4a 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -838,7 +838,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
);
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)) {