svn commit: samba r19913 - in branches/SAMBA_3_0/source/registry: .

vlendec at samba.org vlendec at samba.org
Mon Nov 27 07:44:20 GMT 2006


Author: vlendec
Date: 2006-11-27 07:44:19 +0000 (Mon, 27 Nov 2006)
New Revision: 19913

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

Log:
Fix a const warning
Modified:
   branches/SAMBA_3_0/source/registry/reg_perfcount.c


Changeset:
Modified: branches/SAMBA_3_0/source/registry/reg_perfcount.c
===================================================================
--- branches/SAMBA_3_0/source/registry/reg_perfcount.c	2006-11-27 07:41:59 UTC (rev 19912)
+++ branches/SAMBA_3_0/source/registry/reg_perfcount.c	2006-11-27 07:44:19 UTC (rev 19913)
@@ -1030,7 +1030,7 @@
 uint32 reg_perfcount_get_perf_data_block(uint32 base_index, 
 					 prs_struct *ps, 
 					 PERF_DATA_BLOCK *block,
-					 char *object_ids)
+					 const char *object_ids)
 {
 	uint32 buffer_size = 0;
 	const char *fname = counters_directory( NAMES_DB );



More information about the samba-cvs mailing list