Remove strlower_m() and strupper_m() from source4 and common code.
[gd/samba-autobuild/.git] / source4 / torture / winbind / struct_based.c
index aeb81c972ced932e05fa24d0a91801f4f21c1d88..2bab94088a3ed4135c44d099dbc3c6acd33745a5 100644 (file)
@@ -914,7 +914,6 @@ static bool parse_domain_user(struct torture_context *torture,
        fstrcpy(user, p+1);
        fstrcpy(domain, domuser);
        domain[PTR_DIFF(p, domuser)] = 0;
-       strupper_m(domain);
 
        return true;
 }