diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-01-31 23:37:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:40 -0500 |
commit | feb1c8ea82645ae361099ce992cff3c2d45abcdc (patch) | |
tree | faf567ae2a31604ca2af562d726b037238eb6c06 /source4/lib/ldb | |
parent | 541809b006e40c5acba7570bcd858196db634e56 (diff) | |
download | samba-feb1c8ea82645ae361099ce992cff3c2d45abcdc.tar.gz samba-feb1c8ea82645ae361099ce992cff3c2d45abcdc.tar.bz2 samba-feb1c8ea82645ae361099ce992cff3c2d45abcdc.zip |
r13268: fixed typo noticed by Aaron Seigo
(This used to be commit a49d024f3d4866655d4436a5c42b3c228374594b)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |