mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
*** empty log message ***
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -864,7 +864,7 @@ static int find_callno(unsigned short callno, unsigned short dcallno, struct soc
|
||||
/* 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();
|
||||
|
Reference in New Issue
Block a user