svn commit: samba r20610 - in branches/SAMBA_3_0/source/libgpo: .

vlendec at samba.org vlendec at samba.org
Mon Jan 8 14:16:43 GMT 2007


Author: vlendec
Date: 2007-01-08 14:16:42 +0000 (Mon, 08 Jan 2007)
New Revision: 20610

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

Log:
Fix a Solaris warning
Modified:
   branches/SAMBA_3_0/source/libgpo/gpo_util.c


Changeset:
Modified: branches/SAMBA_3_0/source/libgpo/gpo_util.c
===================================================================
--- branches/SAMBA_3_0/source/libgpo/gpo_util.c	2007-01-08 14:14:18 UTC (rev 20609)
+++ branches/SAMBA_3_0/source/libgpo/gpo_util.c	2007-01-08 14:16:42 UTC (rev 20610)
@@ -267,7 +267,7 @@
 		}
 		dump_gp_ext(&gp_ext, lvl);
 	}
-};
+}
 
 void dump_gplink(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, struct GP_LINK *gp_link)
 {



More information about the samba-cvs mailing list