summaryrefslogtreecommitdiff
path: root/source3/tdb/tdb.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-02 23:03:32 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-02 23:03:32 +0000
commit8b1229c3feecc1d4827f562b1dc31d0853186794 (patch)
treee3d094417d0f22314c2e07ef1c1c7239e296e2d0 /source3/tdb/tdb.c
parent9a781a8c6de9513ba5f4cafef41379fae96807c1 (diff)
downloadsamba-8b1229c3feecc1d4827f562b1dc31d0853186794.tar.gz
samba-8b1229c3feecc1d4827f562b1dc31d0853186794.tar.bz2
samba-8b1229c3feecc1d4827f562b1dc31d0853186794.zip
updated docs
(This used to be commit c199ec9543d0d84bd5ea29078887684f708c9637)
Diffstat (limited to 'source3/tdb/tdb.c')
-rw-r--r--source3/tdb/tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/tdb.c b/source3/tdb/tdb.c
index 731d1fdbc8..8ed3dd3bac 100644
--- a/source3/tdb/tdb.c
+++ b/source3/tdb/tdb.c
@@ -1097,7 +1097,7 @@ int tdb_store(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, int flag)
/* open the database, creating it if necessary
- The flags and mode are passed straight to the open call on the database
+ The open_flags and mode are passed straight to the open call on the database
file. A flags value of O_WRONLY is invalid
The hash size is advisory, use zero for a default value.