Browse Source

if the pending session returns a packet, use it, might be first of neg

main
John-Mark Gurney 2 years ago
parent
commit
0ca73bfff8
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      comms.c

+ 6
- 0
comms.c View File

@@ -311,6 +311,12 @@ retmsg:
goto retmsg;
}

/* pending session advanced (likely to _WAIT_CONFIRM) */
if (pbouttmp.pktlen > 0) {
*pbout = pbouttmp;
return;
}

/* pending session didn't work, maybe new */
struct comms_session tmpsess;



Loading…
Cancel
Save