1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r2546: Remove another strupper_m() that we don't need.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2004-09-23 00:01:16 +00:00 committed by Gerald (Jerry) Carter
parent 5eaa4c9748
commit 5c5b45c1a8

View File

@ -98,7 +98,6 @@ static BOOL parse_ntlm_auth_domain_user(const char *domuser, fstring domain,
fstrcpy(user, p+1);
fstrcpy(domain, domuser);
domain[PTR_DIFF(p, domuser)] = 0;
strupper_m(domain);
return True;
}