make this compile under devmode again

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Michiel van Baak 17 years ago
parent 7d7161b979
commit 4ea05efd8b

@ -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;

Loading…
Cancel
Save