Changeset 174 for trunk/src/sh_gpg.c


Ignore:
Timestamp:
Aug 27, 2008, 5:40:28 PM (16 years ago)
Author:
katerina
Message:

Fix for tickets #112, #113 (dnmalloc deadlock on fork, hostname portability in test script).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_gpg.c

    r170 r174  
    487487      /* don't leak file descriptors
    488488       */
    489       sh_unix_closeall (3, -1); /* in child process */
     489      sh_unix_closeall (3, -1, SL_TRUE); /* in child process */
    490490
    491491      if (NULL == freopen(_("/dev/null"), "r+", stderr))
Note: See TracChangeset for help on using the changeset viewer.