1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00

Attempt to fix the build without system-ldap.

I really tried, but I knew I would miss something... :-)
This commit is contained in:
Volker Lendecke
2009-06-06 15:32:22 +02:00
parent c94d1cd7b1
commit afbe383c40

View File

@@ -28,7 +28,7 @@ struct tldap_message;
struct tldap_control {
const char *oid;
struct berval value;
DATA_BLOB value;
bool iscritical;
};