[PATCH] tdb: Fix a comment

Volker Lendecke Volker.Lendecke at SerNet.DE
Mon Sep 29 10:09:55 MDT 2014


Hi!

Review&push would be appreciated.

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 7019b1e968fbf98995d9bd5ecc8157ca9ad4444b Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 29 Sep 2014 09:22:09 +0000
Subject: [PATCH] tdb: Fix a comment

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 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 ae98c96..9885d8c 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
-- 
1.7.9.5



More information about the samba-technical mailing list