Changeset 39 for trunk/samba/source/tdb/common/open.c
- Timestamp:
- May 27, 2007, 12:26:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/tdb/common/open.c
r22 r39 478 478 if ((tdb->flags & TDB_CLEAR_IF_FIRST) && 479 479 (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_RDLCK, F_SETLKW, 0, 1) == -1)) { 480 #ifndef __OS2__ // PS 20070511 hack for WINS server crash 480 481 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_reopen: failed to obtain active lock\n")); 481 482 goto fail; 483 #endif 482 484 } 483 485 if (fstat(tdb->fd, &st) != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.