packet-dcerpc-samr.c(2795) : warning C4090: '=' : different 'const' qualifiers

packet-dcerpc-samr.c(2900) : warning C4090: '=' : different 'const' qualifiers
packet-dcerpc-samr.c(2933) : warning C4090: '=' : different 'const' qualifiers

svn path=/trunk/; revision=14776
This commit is contained in:
Ulf Lamping 2005-06-26 11:02:13 +00:00
parent 234594dfc0
commit c14334db25
1 changed files with 3 additions and 3 deletions

View File

@ -2782,7 +2782,7 @@ samr_dissect_INDEX_ARRAY(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
guint8 *drep)
{
char *field_name;
const char *field_name;
guint32 count;
proto_item *item=NULL;
proto_tree *tree=NULL;
@ -2887,7 +2887,7 @@ samr_dissect_IDX_AND_NAME_ARRAY(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *parent_tree,
guint8 *drep)
{
char *field_name;
const char *field_name;
guint32 count;
proto_item *item=NULL;
proto_tree *tree=NULL;
@ -2924,7 +2924,7 @@ samr_dissect_IDX_AND_NAME_ARRAY_ptr(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
guint8 *drep)
{
char *field_name;
const char *field_name;
char str[256];
dcerpc_info *di;