mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
make this compile under devmode again
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user