Remove strlower_m() and strupper_m() from source4 and common code.
[ira/wip.git] / nsswitch / wbinfo.c
index ac071750228809feda41b40987684235444ec519..30e23b6a8fb5287dc1831a2dbba0a60c5c733052 100644 (file)
@@ -134,7 +134,6 @@ static bool parse_wbinfo_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;
 }