We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc693f commit abcc291Copy full SHA for abcc291
src/coap_session.c
@@ -514,8 +514,7 @@ coap_session_mfree(coap_session_t *session) {
514
}
515
#endif /* COAP_SERVER_SUPPORT */
516
LL_FOREACH_SAFE(session->delayqueue, q, tmp) {
517
- if (q->pdu->type==COAP_MESSAGE_CON && session->context &&
518
- session->context->nack_handler) {
+ if (q->pdu->type==COAP_MESSAGE_CON && session->context->nack_handler) {
519
coap_check_update_token(session, q->pdu);
520
coap_lock_callback(session->context,
521
session->context->nack_handler(session, q->pdu,
0 commit comments