Bug 2986 - rpc_server/srv_reg_nt.c: regval_ctr_addvalue()
Summary: rpc_server/srv_reg_nt.c: regval_ctr_addvalue()
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.20
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 08:19 UTC by Jason Mader (mail bounces back)
Modified: 2005-08-30 04:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2005-08-12 08:19:48 UTC
cc-1164 cc: WARNING File = rpc_server/srv_reg_nt.c, Line = 801
  Argument of type "unsigned char *" is incompatible with parameter of type
          "const char *".

                        key->values[i].data, (key->values[i].data_size & ~VK_DATA_IN_OFFSET) );
                        ^

cc-1164 cc: WARNING File = rpc_server/srv_reg_nt.c, Line = 1207
  Argument of type "unsigned char *" is incompatible with parameter of type
          "const char *".

        regval_ctr_addvalue( &values, valuename, q_u->type, q_u->value.buffer, q_u->value.buf_len );
                                                            ^
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-08-30 04:28:49 UTC
Fixed.