mirror of
https://git.zx2c4.com/cgit
synced 2025-06-23 18:28:40 +02:00
filter: pipe_fh should be local
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
9d751e7eec
commit
fd069b4ca0
2 changed files with 7 additions and 7 deletions
1
cgit.h
1
cgit.h
|
@ -71,7 +71,6 @@ struct cgit_exec_filter {
|
|||
char *cmd;
|
||||
char **argv;
|
||||
int old_stdout;
|
||||
int pipe_fh[2];
|
||||
int pid;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue