svn commit: samba r13268 - in branches/SAMBA_4_0/source/lib/ldb/include: .

tridge at samba.org tridge at samba.org
Tue Jan 31 23:37:56 GMT 2006


Author: tridge
Date: 2006-01-31 23:37:56 +0000 (Tue, 31 Jan 2006)
New Revision: 13268

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13268

Log:

fixed typo noticed by Aaron Seigo

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-01-31 23:21:47 UTC (rev 13267)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb.h	2006-01-31 23:37:56 UTC (rev 13268)
@@ -589,7 +589,7 @@
     - 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



More information about the samba-cvs mailing list