[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1125-g9499f8e

Jelmer Vernooij jelmer at samba.org
Fri Feb 29 00:06:40 GMT 2008


The branch, v4-0-test has been updated
       via  9499f8eea534cf93f96af17941e9195aadc0a756 (commit)
      from  4bce5c669630b834548612aaed18fe31ecbc1064 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 9499f8eea534cf93f96af17941e9195aadc0a756
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Feb 29 01:06:05 2008 +0100

    Fix ldapi support.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/ldb/ldb_ildap/ldb_ildap.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/ldb_ildap/ldb_ildap.c b/source/lib/ldb/ldb_ildap/ldb_ildap.c
index 995b584..79958a8 100644
--- a/source/lib/ldb/ldb_ildap/ldb_ildap.c
+++ b/source/lib/ldb/ldb_ildap/ldb_ildap.c
@@ -816,8 +816,8 @@ _PUBLIC_ const struct ldb_backend_ops ldb_ldap_backend_ops = {
 	.connect_fn = ildb_connect
 };
 
-_PUBLIC_ const struct ldb_backend_ops ldb_ildap_backend_ops = {
-	.name = "ildap",
+_PUBLIC_ const struct ldb_backend_ops ldb_ldapi_backend_ops = {
+	.name = "ldapi",
 	.connect_fn = ildb_connect
 };
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list