Ignore:
Timestamp:
May 27, 2007, 12:26:26 AM (18 years ago)
Author:
Paul Smedley
Message:

Upgrade source to 3.0.25a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/tdb/common/open.c

    r22 r39  
    478478        if ((tdb->flags & TDB_CLEAR_IF_FIRST) &&
    479479            (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW, 0, 1) == -1)) {
     480#ifndef __OS2__ // PS 20070511 hack for WINS server crash
    480481                TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_reopen: failed to obtain active lock\n"));
    481482                goto fail;
     483#endif
    482484        }
    483485        if (fstat(tdb->fd, &st) != 0) {
Note: See TracChangeset for help on using the changeset viewer.