Changeset 105 for branches/samba-3.0/source/lib/util_tdb.c
- Timestamp:
- Nov 26, 2007, 9:24:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/util_tdb.c
r26 r105 69 69 if (timeout) { 70 70 CatchSignal(SIGALRM, SIGNAL_CAST gotalarm_sig); 71 tdb_setalarm_sigptr(tdb, &gotalarm); 71 72 alarm(timeout); 72 73 } … … 79 80 if (timeout) { 80 81 alarm(0); 82 tdb_setalarm_sigptr(tdb, NULL); 81 83 CatchSignal(SIGALRM, SIGNAL_CAST SIG_IGN); 82 84 if (gotalarm) {
Note:
See TracChangeset
for help on using the changeset viewer.