Skip to content

Commit

Permalink
fixup! TLS: Drop messages associated with a closed endpoint in the pr…
Browse files Browse the repository at this point in the history
…ocesses
  • Loading branch information
Danielius1922 committed Sep 23, 2023
1 parent d9b6b47 commit 40fbbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/oc_tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ tls_process_drop_event_for_removed_endpoint(oc_process_event_t ev,
static void
tls_drop_endpoint_events(const oc_endpoint_t *endpoint)
{
oc_network_drop_receive_events(endpoint);
// oc_network_drop_receive_events(endpoint);

oc_process_drop(&oc_tls_handler, tls_process_drop_event_for_removed_endpoint,
endpoint);
Expand Down

0 comments on commit 40fbbd3

Please sign in to comment.