Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

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

    r133 r232  
    8787                tdb_setalarm_sigptr(tdb, NULL);
    8888                CatchSignal(SIGALRM, SIGNAL_CAST SIG_IGN);
    89                 if (gotalarm) {
     89                if (gotalarm && (ret == -1)) {
    9090                        DEBUG(0,("tdb_chainlock_with_timeout_internal: alarm (%u) timed out for key %s in tdb %s\n",
    9191                                timeout, key.dptr, tdb_name(tdb)));
Note: See TracChangeset for help on using the changeset viewer.