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:
parent
01a53590a6
commit
a660993d14
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user