summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_reg.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-08 20:58:06 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-08 20:58:06 +0000
commite0eb390ab3e2a0cce191e78ea4ff90d088a8895c (patch)
tree02a536b3f83761da1c7c95d07f6f1cad4b76be8f /source/rpcclient/cmd_reg.c
parent6d27c5f32dab7607398ae907eadb1c27a416da0d (diff)
downloadsamba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.tar.gz
samba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.tar.xz
samba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.zip
const feeding frenzy
Diffstat (limited to 'source/rpcclient/cmd_reg.c')
-rw-r--r--source/rpcclient/cmd_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_reg.c b/source/rpcclient/cmd_reg.c
index adf3c7281e9..31ef8f082bd 100644
--- a/source/rpcclient/cmd_reg.c
+++ b/source/rpcclient/cmd_reg.c
@@ -108,7 +108,7 @@ static void reg_display_key_info(const char *full_name,
static void reg_display_val_info(const char *full_name,
const char* name,
uint32 type,
- BUFFER2 *value)
+ const BUFFER2 *const value)
{
display_reg_value_info(out_hnd, ACTION_HEADER , name, type, value);
display_reg_value_info(out_hnd, ACTION_ENUMERATE, name, type, value);