Changeset 590 for trunk/server/source3/lib/tdb_validate.c
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/lib/tdb_validate.c
r414 r590 193 193 DEBUG(5, ("tdb_validate_open called for tdb '%s'\n", tdb_path)); 194 194 195 tdb = tdb_open_log(tdb_path, 0, TDB_DEFAULT, O_RD ONLY, 0);195 tdb = tdb_open_log(tdb_path, 0, TDB_DEFAULT, O_RDWR, 0); 196 196 if (!tdb) { 197 197 DEBUG(1, ("Error opening tdb %s\n", tdb_path));
Note:
See TracChangeset
for help on using the changeset viewer.