From 3a50ad16c5b51d0d812e50cfb65ff43a5786d131 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 8 Jan 2001 20:37:48 +0000 Subject: Big merge to sync up appliance-head and 2.2. Jeremy. --- source/lib/util_str.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/lib/util_str.c') diff --git a/source/lib/util_str.c b/source/lib/util_str.c index 822267f5d5f..e07e5ef6ada 100644 --- a/source/lib/util_str.c +++ b/source/lib/util_str.c @@ -1296,4 +1296,5 @@ void parse_domain_user(char *domuser, fstring domain, fstring user) fstrcpy(user, p+1); fstrcpy(domain, domuser); domain[PTR_DIFF(p, domuser)] = 0; + strupper(domain); } -- cgit