diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-06 15:32:22 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-06 15:32:30 +0200 |
commit | afbe383c4059bfa86316b51b7cd01149cc14221b (patch) | |
tree | 7816eee7f25db2a8f3c2d87fe427b67abcaf863f | |
parent | c94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749 (diff) | |
download | samba-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... :-)
-rw-r--r-- | source3/include/tldap.h | 2 |
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; }; |