]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix build issue on the build cluster.
authorJoshua Colp <jcolp@digium.com>
Tue, 4 Dec 2007 05:29:33 +0000 (05:29 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 4 Dec 2007 05:29:33 +0000 (05:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@90798 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c

index 56a4336afdda503dc7d76586409844b90df59b64..4d1097e4ad0aaa01855bf23b89e4ad31320c7768 100644 (file)
@@ -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)) {