X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source3%2Finclude%2Ftldap.h;h=042f3d95c45d54912452486603541c6eaf874dc0;hp=2cf22307017cb3f66f299b7613f09e04d00de2cd;hb=afbe383c4059bfa86316b51b7cd01149cc14221b;hpb=c94d1cd7b1dc3ff99ae5a1eb9058ed6015fb9749 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; };