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:
Kurtis Heimerl 2012-11-22 05:29:12 +00:00
parent 4acfd35688
commit 9536ac91dd

View file

@ -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;
}