Commit 75a6a6ad authored by Rusty Russell's avatar Rusty Russell

tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack.

The caller should do this: the SAMBA compatibility later does.
parent 444fade5
......@@ -266,10 +266,6 @@ struct tdb1_context *tdb1_open_ex(const char *name, int hash_size, int tdb1_flag
goto fail;
}
if (getenv("TDB_NO_FSYNC")) {
tdb->flags |= TDB1_NOSYNC;
}
/*
* TDB1_ALLOW_NESTING is the default behavior.
* Note: this may change in future versions!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment