From 46003a56a8508c0b15a763b5a723bb77eba32094 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 Aug 2004 13:01:10 +0000 Subject: r1881: empty structs are not allowed by all compilers metze (This used to be commit 4c6c4d6bc8927b93f29beecf44aef5c228533a43) --- source4/libcli/ldap/ldap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/ldap/ldap.h') diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h index b777bb5252..da844afa3e 100644 --- a/source4/libcli/ldap/ldap.h +++ b/source4/libcli/ldap/ldap.h @@ -91,6 +91,7 @@ struct ldap_BindResponse { }; struct ldap_UnbindRequest { + uint8_t __dummy; }; enum ldap_scope { -- cgit