[Asterisk-cvs] asterisk/channels chan_iax2.c,1.188.2.14,1.188.2.15

russell at lists.digium.com russell at lists.digium.com
Thu Mar 31 22:45:15 CST 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv28844/channels

Modified Files:
      Tag: v1-0
	chan_iax2.c 
Log Message:


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.188.2.14
retrieving revision 1.188.2.15
diff -u -d -r1.188.2.14 -r1.188.2.15
--- chan_iax2.c	18 Mar 2005 17:30:05 -0000	1.188.2.14
+++ chan_iax2.c	1 Apr 2005 04:38:40 -0000	1.188.2.15
@@ -864,7 +864,7 @@
 		/* We've still got lock held if we found a spot */
 		if (x >= TRUNK_CALL_START) {
 			ast_log(LOG_WARNING, "No more space\n");
-			return -1;
+			return 0;
 		}
 		iaxs[x] = new_iax(sin, lockpeer, host);
 		update_max_nontrunk();




More information about the svn-commits mailing list