summaryrefslogtreecommitdiff
path: root/source3/include/tldap.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-06 15:32:22 +0200
committerVolker Lendecke <vl@samba.org>2009-06-06 15:32:30 +0200
commitafbe383c4059bfa86316b51b7cd01149cc14221b (patch)
tree7816eee7f25db2a8f3c2d87fe427b67abcaf863f /source3/include/tldap.h
parentc94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749 (diff)
downloadsamba-afbe383c4059bfa86316b51b7cd01149cc14221b.tar.gz
samba-afbe383c4059bfa86316b51b7cd01149cc14221b.tar.bz2
samba-afbe383c4059bfa86316b51b7cd01149cc14221b.zip
Attempt to fix the build without system-ldap.
I really tried, but I knew I would miss something... :-)
Diffstat (limited to 'source3/include/tldap.h')
-rw-r--r--source3/include/tldap.h2
1 files changed, 1 insertions, 1 deletions
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;
};