From 4ea05efd8be47c6f25f3b9807fcaed2dd7131a0f Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Thu, 2 Oct 2008 16:42:30 +0000 Subject: [PATCH] make this compile under devmode again git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145842 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 6be9ce7e47..cca6cb8515 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -2145,7 +2145,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c if (rt_schedule && conf->endtime) { char currenttime[32]; - long localendtime; + long localendtime = 0; int extended = 0; struct ast_tm tm; struct ast_variable *var, *origvar;