diff options
author | Martin Pool <mbp@samba.org> | 2001-12-04 11:41:12 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-12-04 11:41:12 +0000 |
commit | 84503c81f0a48be06f5a73ee2334fc0f6824a78f (patch) | |
tree | 3c5626a147eb2cf59cb940fbfcf2867a4a9568db /source3/tdb/README | |
parent | 28e676d9c341664d08baa77d6f48be061f7a5690 (diff) | |
download | samba-84503c81f0a48be06f5a73ee2334fc0f6824a78f.tar.gz samba-84503c81f0a48be06f5a73ee2334fc0f6824a78f.tar.bz2 samba-84503c81f0a48be06f5a73ee2334fc0f6824a78f.zip |
undo
(This used to be commit fc176f15f27686049453552219b56b9de33ceffa)
Diffstat (limited to 'source3/tdb/README')
-rw-r--r-- | source3/tdb/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/tdb/README b/source3/tdb/README index 3715c685c2..fac3eacb4d 100644 --- a/source3/tdb/README +++ b/source3/tdb/README @@ -60,8 +60,7 @@ TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags, The hash size is advisory, use zero for a default value. - Return is NULL on error, in which case errno is also set. Don't - try to call tdb_error or tdb_errname, just do strerror(errno). + return is NULL on error possible tdb_flags are: TDB_CLEAR_IF_FIRST - clear database if we are the only one with it open |