svn commit: samba r24672 - in branches/SAMBA_4_0: . source/lib/policy

jelmer at samba.org jelmer at samba.org
Sun Aug 26 19:09:40 GMT 2007


Author: jelmer
Date: 2007-08-26 19:09:40 +0000 (Sun, 26 Aug 2007)
New Revision: 24672

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

Log:
Add dummy variable to prevent errors on some compilers.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/policy/adm.h


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/policy/adm.h
===================================================================
--- branches/SAMBA_4_0/source/lib/policy/adm.h	2007-08-26 19:07:46 UTC (rev 24671)
+++ branches/SAMBA_4_0/source/lib/policy/adm.h	2007-08-26 19:09:40 UTC (rev 24672)
@@ -36,11 +36,10 @@
 
 struct adm_policy {
 	struct adm_part *parts;
-
 };
 
 struct adm_part {
-	
+	int dummy;	
 };
 
 struct adm_file *adm_read_file(const char *);



More information about the samba-cvs mailing list