Changeset 102 for trunk/src/sh_gpg.c


Ignore:
Timestamp:
Apr 26, 2007, 9:59:55 PM (18 years ago)
Author:
rainer
Message:

Flush before fork (fix for ticket #60), and fix for kcheck on 2.6.21 (ticket #63).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_gpg.c

    r87 r102  
    426426      SL_RETURN( (NULL), _("sh_gpg_popen"));
    427427    }
     428
     429  fflush (NULL);
    428430 
    429431  source->pid = aud_fork(FIL__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.