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:
parent
5eaa4c9748
commit
5c5b45c1a8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user