diff options
author | Volker Lendecke <vl@samba.org> | 2012-12-13 12:36:29 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-21 11:54:40 +0100 |
commit | d2b852d79bd83754d8952a0e3dece00e513549f2 (patch) | |
tree | d05f64b6f1835311a37d75e368838db31f9b448e /lib | |
parent | 2c3fd8a13e7dde23a23404cd88078a04c8b338ea (diff) | |
download | samba-d2b852d79bd83754d8952a0e3dece00e513549f2.tar.gz samba-d2b852d79bd83754d8952a0e3dece00e513549f2.tar.bz2 samba-d2b852d79bd83754d8952a0e3dece00e513549f2.zip |
tdb: Fix a typo
Reviewed-by: Rusty Russell <rusty@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/common/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/transaction.c b/lib/tdb/common/transaction.c index f18b4c229e..5cd79501ae 100644 --- a/lib/tdb/common/transaction.c +++ b/lib/tdb/common/transaction.c @@ -317,7 +317,7 @@ fail: /* - write while in a transaction - this varient never expands the transaction blocks, it only + write while in a transaction - this variant never expands the transaction blocks, it only updates existing blocks. This means it cannot change the recovery size */ static int transaction_write_existing(struct tdb_context *tdb, tdb_off_t off, |