Skip to content

Commit

Permalink
coap_net: Fix preprocessor guard
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrentz authored and mrdeep1 committed May 28, 2024
1 parent f00f138 commit b7cbb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coap_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -3569,7 +3569,7 @@ handle_request(coap_context_t *context, coap_session_t *session, coap_pdu_t *pdu
}
#endif /* COAP_Q_BLOCK_SUPPORT */

#if COAP_Q_BLOCK_SUPPORT || COAP_THREADSAFE
#if COAP_Q_BLOCK_SUPPORT || COAP_THREAD_SAFE
finish:
#endif /* COAP_Q_BLOCK_SUPPORT || COAP_THREAD_SAFE */
coap_delete_string(uri_path);
Expand Down

0 comments on commit b7cbb64

Please sign in to comment.