gnupg2/gnupg-2.0.5-no_close.patch

10 lines
208 B
Diff
Raw Normal View History

2007-07-16 11:54:14 +00:00
--- common/estream.c (revision 4541)
+++ common/estream.c (working copy)
@@ -861,6 +861,7 @@
#endif
file_cookie->fd = fd;
+ file_cookie->no_close = 0;
*cookie = file_cookie;
*filedes = fd;