Changeset 232 for branches/samba-3.2.x/source/lib/util_tdb.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/lib/util_tdb.c
r133 r232 87 87 tdb_setalarm_sigptr(tdb, NULL); 88 88 CatchSignal(SIGALRM, SIGNAL_CAST SIG_IGN); 89 if (gotalarm ) {89 if (gotalarm && (ret == -1)) { 90 90 DEBUG(0,("tdb_chainlock_with_timeout_internal: alarm (%u) timed out for key %s in tdb %s\n", 91 91 timeout, key.dptr, tdb_name(tdb)));
Note:
See TracChangeset
for help on using the changeset viewer.