1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-20 14:03:59 +03:00

merge from 2.2. Why is STR_CONVERT missing when comparing

2.2 to HEAD?
This commit is contained in:
Gerald Carter -
parent 292a0265a9
commit 4f47daf97b

View File

@ -89,7 +89,7 @@ static BOOL cli_session_setup_lanman2(struct cli_state *cli, char *user,
p = smb_buf(cli->outbuf);
memcpy(p,pword,passlen);
p += passlen;
p += clistr_push(cli, p, user, -1, STR_UPPER|STR_TERMINATE);
p += clistr_push(cli, p, user, -1, STR_TERMINATE);
cli_setup_bcc(cli, p);
cli_send_smb(cli);