dect
/
asterisk
Archived
13
0
Fork 0

make this compile under devmode again

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@145842 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mvanbaak 2008-10-02 16:42:30 +00:00
parent 8a48d401d6
commit 3b61ce65e4
1 changed files with 1 additions and 1 deletions

View File

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