Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/posix/wh_posix_client/wh_posix_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static int wh_ClientTask(void* cf, const char* type, int test)
WOLFHSM_CFG_PRINTF("Client connecting to server...\n");
if (ret == 0 && test) {
WOLFHSM_CFG_PRINTF("Running client demos...\n");
return wh_DemoClient_All(client);
ret = wh_DemoClient_All(client);
}

if (ret != 0) {
Expand Down