From feb1c8ea82645ae361099ce992cff3c2d45abcdc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 31 Jan 2006 23:37:56 +0000 Subject: r13268: fixed typo noticed by Aaron Seigo (This used to be commit a49d024f3d4866655d4436a5c42b3c228374594b) --- source4/lib/ldb/include/ldb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 087790ac68..9139e6d2f5 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -589,7 +589,7 @@ struct ldb_context *ldb_init(void *mem_ctx); - tdb://path - ldapi://path - ldap://host - - sqlite3://path + - sqlite://path \param ldb the context associated with the database (from ldb_init()) \param url the URL of the database to connect to, as noted above -- cgit