mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-11 13:05:20 +00:00
r4252 in private:
Clarifying comment on removal of SIP FIFOs. git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@4496 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
4acfd35688
commit
9536ac91dd
1 changed files with 2 additions and 0 deletions
|
|
@ -323,6 +323,8 @@ bool SIPEngine::Register( Method wMethod )
|
|||
|
||||
osip_message_free(reg);
|
||||
osip_message_free(msg);
|
||||
// We remove the call FIFO here because there
|
||||
// is no transaction entry associated with the REGISTER.
|
||||
gSIPInterface.removeCall(mCallID);
|
||||
return success;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue