summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_meetme.c')
-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 6a832e761..070c3c7dc 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3391,8 +3391,8 @@ static int conf_exec(struct ast_channel *chan, void *data)
}
}
if (!ast_strlen_zero(confno)) {
- char useropts[OPTIONS_LEN];
- char adminopts[OPTIONS_LEN];
+ char useropts[OPTIONS_LEN] = "";
+ char adminopts[OPTIONS_LEN] = "";
/* Check the validity of the conference */
cnf = find_conf(chan, confno, 1, dynamic, the_pin,
sizeof(the_pin), 1, &confflags);