Added reset for iAP int ep

This commit is contained in:
Ross Owen
2011-11-18 11:54:19 +00:00
parent 9a3b011c95
commit 8438cc4783
2 changed files with 20 additions and 10 deletions

View File

@@ -1167,7 +1167,8 @@ void decouple(chanend c_mix_out,
#ifdef IAP
GET_SHARED_GLOBAL(iap_reset, g_iap_reset);
if (iap_reset) {
if (iap_reset)
{
iap_send_reset(c_iap); // What if this happen in the middle of a send/ack?
iap_reset = 0;
iap_expecting_length = 1;