[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2092-gafbe383

Volker Lendecke vlendec at samba.org
Sat Jun 6 13:34:15 GMT 2009


The branch, master has been updated
       via  afbe383c4059bfa86316b51b7cd01149cc14221b (commit)
      from  c94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit afbe383c4059bfa86316b51b7cd01149cc14221b
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Jun 6 15:32:22 2009 +0200

    Attempt to fix the build without system-ldap.
    
    I really tried, but I knew I would miss something... :-)

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

Summary of changes:
 source3/include/tldap.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/tldap.h b/source3/include/tldap.h
index 2cf2230..042f3d9 100644
--- a/source3/include/tldap.h
+++ b/source3/include/tldap.h
@@ -28,7 +28,7 @@ struct tldap_message;
 
 struct tldap_control {
 	const char *oid;
-	struct berval value;
+	DATA_BLOB value;
 	bool iscritical;
 };
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list