Bug 2537 - utils/net_rpc.c: incompatible type on 'pwbuf'
Summary: utils/net_rpc.c: incompatible type on 'pwbuf'
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.12
Hardware: SGI IRIX
: P4 normal
Target Milestone: none
Assignee: James Peach
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 07:41 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-23 01:13 UTC (History)
0 users

See Also:


Attachments
change pwbuf to "char" (388 bytes, patch)
2005-03-23 07:42 UTC, Jason Mader (mail bounces back)
no flags Details
net_rpc_join.c change pwbuf to "char" (370 bytes, patch)
2005-03-23 09:18 UTC, Jason Mader (mail bounces back)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2005-03-23 07:41:40 UTC
Similiar to Bug 2535.

cc-1164 cc: WARNING File = utils/net_rpc.c, Line = 908
  Argument of type "unsigned char *" is incompatible with parameter of type
          "char *".

        encode_pw_buffer(pwbuf, new_password, STR_UNICODE);
                         ^
Comment 1 Jason Mader (mail bounces back) 2005-03-23 07:42:22 UTC
Created attachment 1093 [details]
change pwbuf to "char"
Comment 2 Jason Mader (mail bounces back) 2005-03-23 09:14:46 UTC
cc-1164 cc: WARNING File = utils/net_rpc_join.c, Line = 265
  Argument of type "unsigned char *" is incompatible with parameter of type
          "char *".

        encode_pw_buffer(pwbuf, clear_trust_password, STR_UNICODE);
                         ^
Comment 3 Jason Mader (mail bounces back) 2005-03-23 09:18:42 UTC
Created attachment 1094 [details]
net_rpc_join.c change pwbuf to "char"

utils/net_rpc_join.c
Comment 4 Gerald (Jerry) Carter (dead mail address) 2005-03-24 06:26:01 UTC
lowering priority
Comment 5 James Peach 2005-07-30 22:45:46 UTC
Reassign IRIX bugs to me.
Comment 6 James Peach 2006-06-23 01:13:43 UTC
Checked r16483 and this warning is no longer present.