Skip to content

Commit

Permalink
[test] fix comp 2
Browse files Browse the repository at this point in the history
Signed-off-by: rsuntk <[email protected]>
  • Loading branch information
rsuntk committed Nov 3, 2024
1 parent f9aa726 commit 3c9cc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/app/src/main/cpp/ksu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int get_version() {
if (ksuctl(CMD_GET_VERSION, &version, nullptr)) {
return version;
}
return version
return version;
}

bool get_allow_list(int *uids, int *size) {
Expand Down

0 comments on commit 3c9cc91

Please sign in to comment.