[Asterisk-cvs] asterisk/channels chan_zap.c,1.304,1.305
markster at lists.digium.com
markster at lists.digium.com
Sat Jul 24 19:59:38 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory localhost.localdomain:/tmp/cvs-serv14747/channels
Modified Files:
chan_zap.c
Log Message:
Oops
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- chan_zap.c 24 Jul 2004 23:38:23 -0000 1.304
+++ chan_zap.c 24 Jul 2004 23:45:37 -0000 1.305
@@ -3183,7 +3183,7 @@
return NULL;
}
}
- if (p->subs[SUB_THREEWAY].owner) {
+ if (!p->subs[SUB_THREEWAY].owner) {
ast_log(LOG_NOTICE, "Whoa, threeway disappeared kinda randomly.\n");
return NULL;
}
More information about the svn-commits
mailing list