Skip to content

Commit ead25a5

Browse files
authored
Fixed forgotten condition
1 parent 9052402 commit ead25a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/jni/rootcloak.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ int open(const char *path, int oflag, ... ) {
110110
int status;
111111
regex_t re;
112112

113-
#if 0
114113
if (regcomp(&re, "^/proc/[0-9]+/(stat|cmdline)$", REG_EXTENDED | REG_NOSUB) == 0) {
115114
status = regexec(&re, path, 0, NULL, 0);
116115
regfree(&re);

0 commit comments

Comments
 (0)