summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-09-29 09:22:09 +0000
committerJeremy Allison <jra@samba.org>2014-09-30 23:08:07 +0200
commit703ef59d00a536794938d2eebbcdf4aaa043f4ca (patch)
treebebc2fd05a1367485c875d6a98e7ffb7c802f230
parent93e81d423d790ce7ccfe0bd13286dbf49a637db2 (diff)
downloadsamba-703ef59d00a536794938d2eebbcdf4aaa043f4ca.tar.gz
tdb: Fix a comment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 30 23:08:07 CEST 2014 on sn-devel-104
-rw-r--r--lib/tdb/common/tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/tdb.c b/lib/tdb/common/tdb.c
index ae98c9619d1..9885d8cfc9d 100644
--- a/lib/tdb/common/tdb.c
+++ b/lib/tdb/common/tdb.c
@@ -511,7 +511,7 @@ static int _tdb_store(struct tdb_context *tdb, TDB_DATA key,
goto fail;
}
}
- /* reset the error code potentially set by the tdb_update() */
+ /* reset the error code potentially set by the tdb_update_hash() */
tdb->ecode = TDB_SUCCESS;
/* delete any existing record - if it doesn't exist we don't