Ignore:
Timestamp:
Nov 26, 2007, 9:24:27 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.27a

File:
1 edited

Legend:

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

    r26 r105  
    6969        if (timeout) {
    7070                CatchSignal(SIGALRM, SIGNAL_CAST gotalarm_sig);
     71                tdb_setalarm_sigptr(tdb, &gotalarm);
    7172                alarm(timeout);
    7273        }
     
    7980        if (timeout) {
    8081                alarm(0);
     82                tdb_setalarm_sigptr(tdb, NULL);
    8183                CatchSignal(SIGALRM, SIGNAL_CAST SIG_IGN);
    8284                if (gotalarm) {
Note: See TracChangeset for help on using the changeset viewer.