Skip to content

Commit

Permalink
Automatic format commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CascodaBot committed Aug 22, 2022
1 parent 729938f commit 0353f76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions security/oc_tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2437,12 +2437,12 @@ read_application_data(oc_tls_peer_t *peer)
#endif /* !OC_INOUT_BUFFER_SIZE */
}
#else /* OC_OSCORE */
if (oc_process_post(&g_coap_engine, oc_events[INBOUND_RI_EVENT], msg) ==
OC_PROCESS_ERR_FULL) {
if (oc_process_post(&g_coap_engine, oc_events[INBOUND_RI_EVENT], msg) ==
OC_PROCESS_ERR_FULL) {
#ifndef OC_INOUT_BUFFER_SIZE
oc_message_unref(msg);
oc_message_unref(msg);
#endif /* !OC_INOUT_BUFFER_SIZE */
}
}
#endif /* !OC_OSCORE */
}
OC_DBG("oc_tls: Decrypted incoming message");
Expand Down

0 comments on commit 0353f76

Please sign in to comment.