From afbe383c4059bfa86316b51b7cd01149cc14221b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 6 Jun 2009 15:32:22 +0200 Subject: Attempt to fix the build without system-ldap. I really tried, but I knew I would miss something... :-) --- source3/include/tldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/tldap.h b/source3/include/tldap.h index 2cf2230701..042f3d95c4 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; }; -- cgit