start_command(), .in/.out/.err = -1: Callers must close the file descriptor
[gitweb.git] / builtin-verify-tag.c
index cc4c55d7ee35ceeaf8c4a857d5dad857a7eb2664..b3010f9827a9df6c3113fc0b90a8fbde4cf18bb7 100644 (file)
@@ -52,7 +52,6 @@ static int run_gpg_verify(const char *buf, unsigned long size, int verbose)
 
        write_in_full(gpg.in, buf, len);
        close(gpg.in);
-       gpg.close_in = 0;
        ret = finish_command(&gpg);
 
        unlink(path);