git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c94d1cd
)
Attempt to fix the build without system-ldap.
author
Volker Lendecke
<vl@samba.org>
Sat, 6 Jun 2009 13:32:22 +0000
(15:32 +0200)
committer
Volker Lendecke
<vl@samba.org>
Sat, 6 Jun 2009 13:32:30 +0000
(15:32 +0200)
I really tried, but I knew I would miss something... :-)
source3/include/tldap.h
patch
|
blob
|
history
diff --git
a/source3/include/tldap.h
b/source3/include/tldap.h
index 2cf22307017cb3f66f299b7613f09e04d00de2cd..042f3d95c45d54912452486603541c6eaf874dc0 100644
(file)
--- 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;
};