1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19913: Fix a const warning

This commit is contained in:
Volker Lendecke 2006-11-27 07:44:19 +00:00 committed by Gerald (Jerry) Carter
parent 01a53590a6
commit a660993d14

View File

@ -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 );