svn commit: samba r23464 - in
branches/SAMBA_3_0_26/source/registry: .
obnox at samba.org
obnox at samba.org
Wed Jun 13 10:47:08 GMT 2007
Author: obnox
Date: 2007-06-13 10:47:06 +0000 (Wed, 13 Jun 2007)
New Revision: 23464
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23464
Log:
Merge r19913 from 3_0:
Fix a const warning.
Modified:
branches/SAMBA_3_0_26/source/registry/reg_perfcount.c
Changeset:
Modified: branches/SAMBA_3_0_26/source/registry/reg_perfcount.c
===================================================================
--- branches/SAMBA_3_0_26/source/registry/reg_perfcount.c 2007-06-13 10:40:31 UTC (rev 23463)
+++ branches/SAMBA_3_0_26/source/registry/reg_perfcount.c 2007-06-13 10:47:06 UTC (rev 23464)
@@ -1029,7 +1029,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