aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_meetme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index db4c2c86b..fcf063670 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3474,8 +3474,8 @@ static struct ast_conference *find_conf_realtime(struct ast_channel *chan, char
char eatime[32] = "";
char bookid[51] = "";
char recordingtmp[AST_MAX_EXTENSION] = "";
- char useropts[OPTIONS_LEN + 1]; /* Used for RealTime conferences */
- char adminopts[OPTIONS_LEN + 1];
+ char useropts[OPTIONS_LEN + 1] = ""; /* Used for RealTime conferences */
+ char adminopts[OPTIONS_LEN + 1] = "";
struct ast_tm tm, etm;
struct timeval endtime = { .tv_sec = 0 };
const char *var2;