Changeset 165 for branches/samba-3.0/source/lib/util_tdb.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/util_tdb.c
r134 r165 82 82 tdb_setalarm_sigptr(tdb, NULL); 83 83 CatchSignal(SIGALRM, SIGNAL_CAST SIG_IGN); 84 if (gotalarm ) {84 if (gotalarm && (ret == -1)) { 85 85 DEBUG(0,("tdb_chainlock_with_timeout_internal: alarm (%u) timed out for key %s in tdb %s\n", 86 86 timeout, key.dptr, tdb_name(tdb)));
Note:
See TracChangeset
for help on using the changeset viewer.