Author: metze
Date: 2004-08-18 13:04:04 +0000 (Wed, 18 Aug 2004)
New Revision: 1882

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1882&nolog=1

Log:
empty struct are not allowed by some compilers

metze

Modified:
   trunk/source/include/smb_ldap.h


Changeset:
Modified: trunk/source/include/smb_ldap.h
===================================================================
--- trunk/source/include/smb_ldap.h     2004-08-18 13:01:10 UTC (rev 1881)
+++ trunk/source/include/smb_ldap.h     2004-08-18 13:04:04 UTC (rev 1882)
@@ -93,6 +93,7 @@
 };
 
 struct ldap_UnbindRequest {
+       uint8 __dummy;
 };
 
 enum ldap_scope {

Reply via email to