Fix compiler warning.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@223911 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2009-10-13 17:11:05 +00:00
parent 1f9f1562ba
commit 76831d0c78

View File

@@ -625,7 +625,7 @@ static const struct ast_channel_tech null_tech = {
static void *do_notify(void *data)
{
struct ast_calendar_event *event = data;
struct ast_dial *dial;
struct ast_dial *dial = NULL;
struct ast_str *apptext = NULL;
struct ast_datastore *datastore;
enum ast_dial_result res;