- Timestamp:
- Feb 12, 2012, 12:26:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_gpg.c
r383 r391 860 860 if (ferror(source.pipe) && errno == EAGAIN) 861 861 { 862 retry_msleep(0,10); /* sleep 10 ms to avoid starving the gpg child writing to the pipe */ 862 863 clearerr(source.pipe); 863 864 goto xagain; … … 938 939 if (ferror(source.pipe) && errno == EAGAIN) 939 940 { 941 retry_msleep(0,10); /* sleep 10 ms to avoid starving the gpg child writing to the pipe */ 940 942 clearerr(source.pipe); 941 943 goto yagain;
Note:
See TracChangeset
for help on using the changeset viewer.