Skip to content

Commit

Permalink
client: return error in case the authentication is not done
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Apr 10, 2024
1 parent f9f1b22 commit 2af2bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mender-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ mender_client_authentication_work_function(void) {
mender_client_callbacks.restart();
}

return MENDER_DONE;
return ret;
}

static mender_err_t
Expand Down

0 comments on commit 2af2bc5

Please sign in to comment.