|
@@ -311,6 +311,12 @@ retmsg: |
|
|
goto retmsg; |
|
|
goto retmsg; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* pending session advanced (likely to _WAIT_CONFIRM) */ |
|
|
|
|
|
if (pbouttmp.pktlen > 0) { |
|
|
|
|
|
*pbout = pbouttmp; |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* pending session didn't work, maybe new */ |
|
|
/* pending session didn't work, maybe new */ |
|
|
struct comms_session tmpsess; |
|
|
struct comms_session tmpsess; |
|
|
|
|
|
|
|
|