projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7161b
)
make this compile under devmode again
author
Michiel van Baak
<michiel@vanbaak.info>
Thu, 2 Oct 2008 16:42:30 +0000
(16:42 +0000)
committer
Michiel van Baak
<michiel@vanbaak.info>
Thu, 2 Oct 2008 16:42:30 +0000
(16:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145842
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_meetme.c
patch
|
blob
|
history
diff --git
a/apps/app_meetme.c
b/apps/app_meetme.c
index
6be9ce7
..
cca6cb8
100644
(file)
--- 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;