- More fixes to In Send message support. One more case fixed in looping back.

svn path=/trunk/; revision=49936
This commit is contained in:
James Tabor 2010-12-03 18:13:28 +00:00
parent 6e80bd7c43
commit a3bba1d54a

View file

@ -532,7 +532,8 @@ co_MsqDispatchOneSentMessage(PUSER_MESSAGE_QUEUE MessageQueue)
/* free the message */
ExFreePoolWithTag(Message, TAG_USRMSG);
pti->pcti->CTI_flags &= ~CTI_INSENDMESSAGE;
/* do not hangup on the user if this is reentering */
if (!SaveMsg) pti->pcti->CTI_flags &= ~CTI_INSENDMESSAGE;
pti->pusmCurrent = SaveMsg;
return(TRUE);