mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
Fix chan_zap reload with pseudo channels (bug 2664)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -9628,7 +9628,7 @@ static int setup_zap(int reload)
|
||||
ast_log(LOG_WARNING, "Ignoring %s\n", v->name);
|
||||
v = v->next;
|
||||
}
|
||||
if (!found_pseudo) {
|
||||
if (!found_pseudo && reload == 0) {
|
||||
|
||||
/* Make sure pseudo isn't a member of any groups if
|
||||
we're automatically making it. */
|
||||
|
||||
Reference in New Issue
Block a user