mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-19 07:53:59 +00:00
Small typo fix
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2996 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
parent
a2fa801062
commit
fcbedbb000
1 changed files with 1 additions and 1 deletions
|
|
@ -732,7 +732,7 @@ SIPState SIPEngine::MTCWaitForACK()
|
|||
// check for the CANCEL
|
||||
else if( strcmp(ack->sip_method,"CANCEL") == 0){
|
||||
LOG(INFO) << "received CANCEL";
|
||||
osip_message_t * okay = sip_okay(msg, mSIPUsername.c_str(),mSIPIP.c_str(), mSIPPort);
|
||||
osip_message_t * okay = sip_okay(ack, mSIPUsername.c_str(),mSIPIP.c_str(), mSIPPort);
|
||||
gSIPInterface.write(&mProxyAddr,okay);
|
||||
osip_message_free(okay);
|
||||
mState=Fail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue