filter: pipe_fh should be local

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2017-10-14 16:13:07 +02:00
parent 9d751e7eec
commit fd069b4ca0
2 changed files with 7 additions and 7 deletions

1
cgit.h
View file

@ -71,7 +71,6 @@ struct cgit_exec_filter {
char *cmd;
char **argv;
int old_stdout;
int pipe_fh[2];
int pid;
};