Changeset 174 for trunk/src/sh_gpg.c
- Timestamp:
- Aug 27, 2008, 5:40:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_gpg.c
r170 r174 487 487 /* don't leak file descriptors 488 488 */ 489 sh_unix_closeall (3, -1 ); /* in child process */489 sh_unix_closeall (3, -1, SL_TRUE); /* in child process */ 490 490 491 491 if (NULL == freopen(_("/dev/null"), "r+", stderr))
Note:
See TracChangeset
for help on using the changeset viewer.