diff options
Diffstat (limited to 'tools/gpgtar-create.c')
-rw-r--r-- | tools/gpgtar-create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpgtar-create.c b/tools/gpgtar-create.c index 76eb47449..825ac4df3 100644 --- a/tools/gpgtar-create.c +++ b/tools/gpgtar-create.c @@ -1317,6 +1317,7 @@ gpgtar_create (char **inpattern, const char *files_from, int null_names, xfree (argv); if (err) goto leave; + /* Note that OUTSTREAM is our tar output which is fed to gpg. */ gnupg_process_get_streams (proc, 0, &outstream, NULL, NULL); es_set_binary (outstream); } |