summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-09-23 00:01:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:04 -0500
commit3318a6e2c67670cd86c12cfcec4c2578087744dd (patch)
tree32aeb84f89de90489a1a3ce73f59dfe5ac1ddaaf /source4/utils
parent352de0eaafc0f0503a06ba73813c7d6b92c39d9a (diff)
downloadsamba-3318a6e2c67670cd86c12cfcec4c2578087744dd.tar.gz
samba-3318a6e2c67670cd86c12cfcec4c2578087744dd.tar.bz2
samba-3318a6e2c67670cd86c12cfcec4c2578087744dd.zip
r2546: Remove another strupper_m() that we don't need.
Andrew Bartlett (This used to be commit 5c5b45c1a870693c6201a09b508109b121ddc030)
Diffstat (limited to 'source4/utils')
-rw-r--r--source4/utils/ntlm_auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c
index 1c0b454718..c6e09cf711 100644
--- a/source4/utils/ntlm_auth.c
+++ b/source4/utils/ntlm_auth.c
@@ -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;
}