Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/lib/tdb_validate.c

    r414 r590  
    193193        DEBUG(5, ("tdb_validate_open called for tdb '%s'\n", tdb_path));
    194194
    195         tdb = tdb_open_log(tdb_path, 0, TDB_DEFAULT, O_RDONLY, 0);
     195        tdb = tdb_open_log(tdb_path, 0, TDB_DEFAULT, O_RDWR, 0);
    196196        if (!tdb) {
    197197                DEBUG(1, ("Error opening tdb %s\n", tdb_path));
Note: See TracChangeset for help on using the changeset viewer.