From 703ef59d00a536794938d2eebbcdf4aaa043f4ca Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 29 Sep 2014 09:22:09 +0000 Subject: [PATCH] tdb: Fix a comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue Sep 30 23:08:07 CEST 2014 on sn-devel-104 --- lib/tdb/common/tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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