Checklist
Describe the bug
CF_Assert(pt) missed an update in this PR:
Code snips
|
txn = CF_FindUnusedTransaction(chan); |
|
CF_Assert(pt); /* should be impossible not to have one because there are limits on the number of uses of |
Expected behavior
CF_Assert(txn)
Reporter Info
Avi Weiss @thnkslprpt
Checklist
Describe the bug
CF_Assert(pt)missed an update in this PR:Code snips
CF/fsw/src/cf_cfdp.c
Lines 1396 to 1397 in ba12bc1
Expected behavior
CF_Assert(txn)Reporter Info
Avi Weiss @thnkslprpt