[posix] always set ACK FP for data requests when SrcMatch is disabled (#4232)

This commit is contained in:
Simon Lin
2019-10-10 10:08:36 -07:00
committed by Jonathan Hui
parent 98fb9dfaf4
commit 28ffcd1bc6
+1 -1
View File
@@ -177,7 +177,7 @@ static inline bool isDataRequestAndHasFramePending(const uint8_t *aFrame)
const uint8_t *cur = aFrame;
uint8_t securityControl;
bool isDataRequest = false;
bool hasFramePending = false;
bool hasFramePending = true;
// FCF + DSN
cur += 2 + 1;