Bug 3161 - libsmb/clirap.c: encode_pw_buffer() "char *" incompatible with "unsigned char *"
Summary: libsmb/clirap.c: encode_pw_buffer() "char *" incompatible with "unsigned char *"
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-12 14:01 UTC by Jason Mader (mail bounces back)
Modified: 2006-02-13 10:43 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-10-12 14:01:44 UTC
cc-1164 cc: WARNING File = libsmb/clirap.c, Line = 331
  Argument of type "char *" is incompatible with parameter of type
          "unsigned char *".

    encode_pw_buffer(data, new_password, STR_ASCII);
                     ^


This is similar to Bug 2968.
Comment 1 Jason Mader (mail bounces back) 2006-02-13 10:43:34 UTC
in 3.0.21b there is no compiler warning