diff options
-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; }; |