From: Volker Lendecke Date: Sat, 6 Jun 2009 13:32:22 +0000 (+0200) Subject: Attempt to fix the build without system-ldap. X-Git-Tag: tdb-1.1.5~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afbe383c4059bfa86316b51b7cd01149cc14221b;p=thirdparty%2Fsamba.git Attempt to fix the build without system-ldap. I really tried, but I knew I would miss something... :-) --- diff --git a/source3/include/tldap.h b/source3/include/tldap.h index 2cf22307017..042f3d95c45 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; };