Change to try to debug a failure on the build farm.
authorWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 22:18:23 +0000 (22:18 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 22:18:23 +0000 (22:18 +0000)
flist.c

diff --git a/flist.c b/flist.c
index a14320d..f00ecfc 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -80,6 +80,7 @@ void init_flist(void)
 
     /* Figure out how big the file_struct is without trailing padding */
     min_file_struct_len = ((char*)&f.flags - (char*)&f) + sizeof f.flags;
 
     /* Figure out how big the file_struct is without trailing padding */
     min_file_struct_len = ((char*)&f.flags - (char*)&f) + sizeof f.flags;
+    min_file_struct_len = sizeof f; /* XXX test for build-farm */
 }
 
 
 }