summaryrefslogtreecommitdiff
path: root/source3/registry/reg_perfcount.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-11-27 07:44:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:08 -0500
commit213bc9d440a8022cd1b4294cd95b744466883702 (patch)
tree95a14f151ae498c8b3d69b48c56540bc299f5f8f /source3/registry/reg_perfcount.c
parentb189e6d76edc5e2080f9b7f29aae07cde7aa6308 (diff)
downloadsamba-213bc9d440a8022cd1b4294cd95b744466883702.tar.gz
samba-213bc9d440a8022cd1b4294cd95b744466883702.tar.bz2
samba-213bc9d440a8022cd1b4294cd95b744466883702.zip
r19913: Fix a const warning
(This used to be commit a660993d140b860691c3ed0b71d3e8023e5a7c57)
Diffstat (limited to 'source3/registry/reg_perfcount.c')
-rw-r--r--source3/registry/reg_perfcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c
index 989457dd56..5ee2f8ab7d 100644
--- a/source3/registry/reg_perfcount.c
+++ b/source3/registry/reg_perfcount.c
@@ -1030,7 +1030,7 @@ static uint32 _reg_perfcount_perf_data_block_fixup(PERF_DATA_BLOCK *block, prs_s
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 );