Skip to content

Commit 77b884f

Browse files
unkn0wNameunkn0wName
authored andcommitted
fix name error
1 parent 24dbbe8 commit 77b884f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testRoot/kernel_root_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace kernel_root {
4141
}
4242
closedir(dir);
4343
}
44-
return cnt > 3 ? true : false;
44+
return cnt > 5 ? false : true;
4545
}
4646

4747
//执行root命令,返回值为0则代表成功

0 commit comments

Comments
 (0)