*** 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:
Russell Bryant
2005-04-01 04:38:40 +00:00
parent 28a319be01
commit 60a9627192

View File

@@ -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();