Skip to content

Commit

Permalink
use WOLFSSL_RETURN_FROM_THREAD in example client
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Mar 5, 2024
1 parent e617e20 commit bb9efdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ THREAD_RETURN WOLFSSH_THREAD client_test(void* args)

wolfSSH_free(ssh);
wolfSSH_CTX_free(ctx);
return 0;
WOLFSSL_RETURN_FROM_THREAD(0);
}

build_addr(&clientAddr, host, port);
Expand Down

0 comments on commit bb9efdc

Please sign in to comment.