mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Oops
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@127069 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1493,8 +1493,8 @@ static int make_trunk(unsigned short callno, int locked)
|
||||
* \note We delete these before switching the slot, because if
|
||||
* they fire in the meantime, they will generate a warning.
|
||||
*/
|
||||
AST_SCHED_DEL(sched, iaxs[x]->pingid);
|
||||
AST_SCHED_DEL(sched, iaxs[x]->lagid);
|
||||
AST_SCHED_DEL(sched, iaxs[callno]->pingid);
|
||||
AST_SCHED_DEL(sched, iaxs[callno]->lagid);
|
||||
iaxs[x] = iaxs[callno];
|
||||
iaxs[x]->callno = x;
|
||||
iaxs[callno] = NULL;
|
||||
|
Reference in New Issue
Block a user