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:
345dff6
)
dynamic_pin can be NULL (bug #2202)
author
Mark Spencer
<markster@digium.com>
Mon, 2 Aug 2004 13:10:15 +0000
(13:10 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 2 Aug 2004 13:10:15 +0000
(13:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3570
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
c2ff537
..
6685e11
100755
(executable)
--- 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. */