diff options
author | Werner Koch <[email protected]> | 2005-07-22 16:28:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-07-22 16:28:40 +0000 |
commit | a486501c0b848b3de9bc355135f1ffec953e057f (patch) | |
tree | e5525626969c81afd367e72502f2830a229c3a97 /g10/decrypt.c | |
parent | * options.h, g10.c (main), keyedit.c (keyedit_menu): Use --interactive (diff) | |
download | gnupg-a486501c0b848b3de9bc355135f1ffec953e057f.tar.gz gnupg-a486501c0b848b3de9bc355135f1ffec953e057f.zip |
* gpg.sgml (http):
* g10.c, options.h: New option --exit-on-status-write-error.
* status.c (write_status_text): Make use of this option.
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r-- | g10/decrypt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index ad1f5ff6c..e6894adbe 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -147,6 +147,8 @@ decrypt_messages(int nfiles, char *files[]) if (!output) goto next_file; fp = iobuf_open(filename); + if (fp) + iobuf_ioctl (fp,3,1,NULL); /* disable fd caching */ if (fp && is_secured_file (iobuf_get_fd (fp))) { iobuf_close (fp); |