[Asterisk-cvs] asterisk/channels chan_zap.c,1.359,1.360
citats at lists.digium.com
citats at lists.digium.com
Sun Oct 17 01:05:29 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv30639/channels
Modified Files:
chan_zap.c
Log Message:
Fix chan_zap reload with pseudo channels (bug 2664)
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -d -r1.359 -r1.360
--- chan_zap.c 16 Oct 2004 22:44:53 -0000 1.359
+++ chan_zap.c 17 Oct 2004 05:05:22 -0000 1.360
@@ -9628,7 +9628,7 @@
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. */
More information about the svn-commits
mailing list