Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/util_tdb.c

    r134 r165  
    8282                tdb_setalarm_sigptr(tdb, NULL);
    8383                CatchSignal(SIGALRM, SIGNAL_CAST SIG_IGN);
    84                 if (gotalarm) {
     84                if (gotalarm && (ret == -1)) {
    8585                        DEBUG(0,("tdb_chainlock_with_timeout_internal: alarm (%u) timed out for key %s in tdb %s\n",
    8686                                timeout, key.dptr, tdb_name(tdb)));
Note: See TracChangeset for help on using the changeset viewer.