Fix build issue on the build cluster.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@90798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 18 years ago
parent b8c8dee621
commit 335d271dda

@ -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)) {

Loading…
Cancel
Save