No need to init this.
This commit is contained in:
parent
10910876d1
commit
a818eebf7b
@ -84,7 +84,7 @@ static bool pid_is_exec(pid_t pid, const char *const *argv)
|
||||
char cmdline[32];
|
||||
char buffer[PATH_MAX];
|
||||
char *p;
|
||||
int fd = -1;
|
||||
int fd;
|
||||
int r;
|
||||
|
||||
/* Check it's the right binary */
|
||||
|
Loading…
Reference in New Issue
Block a user