From 7def87cb17edac48ed21041e6cbbda372a8a46da Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 21 Feb 2010 17:23:15 +1100 Subject: Typo fix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer --- source4/lib/tdb_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tdb_wrap.h') diff --git a/source4/lib/tdb_wrap.h b/source4/lib/tdb_wrap.h index 20ab53fb35..d49fafbf0c 100644 --- a/source4/lib/tdb_wrap.h +++ b/source4/lib/tdb_wrap.h @@ -19,7 +19,7 @@ along with this program. If not, see . */ -/* IMPORTANT: tdb_wrap should be always prefered over tdb_context for end consumer functions +/* IMPORTANT: tdb_wrap should be always preferred over tdb_context for end consumer functions it's because if the code will be running inside smbd, then we must use the linked list of open tdb files, to determine if the tdb we desire is already open as otherwise, when you close the tdb (even on a different file descriptor), -- cgit