cc-1164 cc: WARNING File = utils/net_rpc_join.c, Line = 264 Argument of type "unsigned char *" is incompatible with parameter of type "char *". encode_pw_buffer(pwbuf, clear_trust_password, STR_UNICODE); ^
pwbuf should be declared 'char' and it's use in init_sam_user_info24() doesn't need a typecast.
Created attachment 1359 [details] Change type for pwbuf
This same problem is in utils/net_rpc.c
Created attachment 1368 [details] Change type on pwbuf now for utils/net_rpc.c and utils/net_rpc_join.c
Warning is gone from 3.0.23rc3