svn commit: samba r18856 - in branches/SAMBA_3_0/source: .

tridge at samba.org tridge at samba.org
Sat Sep 23 21:29:51 GMT 2006


Author: tridge
Date: 2006-09-23 21:29:51 +0000 (Sat, 23 Sep 2006)
New Revision: 18856

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18856

Log:

fixed HAVE_IMMEDIATE_STRUCTURES and thus checking of NTSTATUS/BOOL
mixups

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-09-23 21:27:48 UTC (rev 18855)
+++ branches/SAMBA_3_0/source/configure.in	2006-09-23 21:29:51 UTC (rev 18856)
@@ -1001,7 +1001,7 @@
    #define X_FOOBAR(x) ((FOOBAR) { x })
    #define FOO_ONE X_FOOBAR(1)
    FOOBAR f = FOO_ONE;   
-   static struct {
+   struct {
 	FOOBAR y; 
 	} f2[] = {
 		{FOO_ONE}



More information about the samba-cvs mailing list