From: Michiel van Baak Date: Thu, 2 Oct 2008 16:42:30 +0000 (+0000) Subject: make this compile under devmode again X-Git-Tag: 1.6.2.0-beta1~1219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ea05efd8be47c6f25f3b9807fcaed2dd7131a0f;p=thirdparty%2Fasterisk.git make this compile under devmode again git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145842 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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;