aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-02 13:10:15 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-02 13:10:15 +0000
commit94bbc300198e3f06dec122ff1dcec09497216d6c (patch)
treed3c130d19696632eb059e19e864db105cbbff361 /apps/app_meetme.c
parent023629562774f4410e86afbccffaa6e9d2fa794e (diff)
dynamic_pin can be NULL (bug #2202)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3570 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rwxr-xr-xapps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index c2ff53799..6685e11f8 100755
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1082,7 +1082,7 @@ static struct ast_conference *find_conf(struct ast_channel *chan, char *confno,
}
ast_destroy(cfg);
}
- } else {
+ } else if (dynamic_pin) {
/* Correct for the user selecting 'D' instead of 'd' to have
someone join into a conference that has already been created
with a pin. */