]> gitweb.ps.run Git - ps-cgit/commitdiff
filter: make exit status local
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 02:51:02 +0000 (03:51 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 16:45:43 +0000 (17:45 +0100)
It's only used in one place, and not useful to have around since
close_filter will die() if exit_status isn't what it expects, anyway. So
this is best as just a local variable instead of as part of the struct.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>

No differences found