s4-dsdb: fixed empty structure error on solaris8
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 02:00:12 +0000 (13:00 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 02:00:12 +0000 (13:00 +1100)
Nadya, I'm guessing you plan on adding some real elements to this
structure later. For now I've added _dummy so the build can continue
with the Solaris C compiler.

source4/dsdb/samdb/ldb_modules/descriptor.c

index 544fb8c49c536934b588cd1f4eb395c2fc626ff7..82f0911e2c26a3265983cf60f87664719c45df59 100644 (file)
@@ -43,6 +43,7 @@
 #include "param/param.h"
 
 struct descriptor_data {
+       int _dummy;
 };
 
 struct descriptor_context {