Skip to content

Commit

Permalink
fixup! Code review and jenkins fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Dec 17, 2024
1 parent cb350c3 commit f43830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ int wolfSSL_dtls_set_pending_peer(WOLFSSL* ssl, void* peer, unsigned int peerSz)
int wolfSSL_dtls_get_peer(WOLFSSL* ssl, void* peer, unsigned int* peerSz)
{
#ifdef WOLFSSL_DTLS
int ret = WOLFSSL_FAILURE;
int ret = WC_NO_ERR_TRACE(WOLFSSL_FAILURE);
if (ssl == NULL)
return WOLFSSL_FAILURE;
#ifdef WOLFSSL_RW_THREADED
Expand Down

0 comments on commit f43830c

Please sign in to comment.