Skip to content

Commit

Permalink
Merge pull request nasa#458 from chillfig/comment_rcv_msg
Browse files Browse the repository at this point in the history
Fix nasa#440, Replaces inaccurate CF_CFDP_ReceiveMessage comment
  • Loading branch information
dzbaker authored Aug 1, 2024
2 parents 86e5136 + 925d7ed commit 5e1cfcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fsw/src/cf_cfdp_sbintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ void CF_CFDP_ReceiveMessage(CF_Channel_t *chan)
ph->int_header.fin.cc, ph->pdu_header.destination_eid,
ph->pdu_header.sequence_num) != CF_SEND_PDU_NO_BUF_AVAIL_ERROR)
{
/* couldn't get output buffer -- don't care about a send error (oh well, can't send) but we
* do care that there was no message because chan->cur will be set to this transaction */
/* CF_CFDP_SendAck does not return CF_SEND_PDU_ERROR */
chan->cur = NULL; /* do not remember temp transaction for next time */
}

Expand Down

0 comments on commit 5e1cfcf

Please sign in to comment.