svn commit: samba r2546 - in branches/SAMBA_4_0/source/utils: .

abartlet at samba.org abartlet at samba.org
Thu Sep 23 00:01:20 GMT 2004


Author: abartlet
Date: 2004-09-23 00:01:16 +0000 (Thu, 23 Sep 2004)
New Revision: 2546

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/utils&rev=2546&nolog=1

Log:
Remove another strupper_m() that we don't need.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/utils/ntlm_auth.c


Changeset:
Modified: branches/SAMBA_4_0/source/utils/ntlm_auth.c
===================================================================
--- branches/SAMBA_4_0/source/utils/ntlm_auth.c	2004-09-22 23:56:22 UTC (rev 2545)
+++ branches/SAMBA_4_0/source/utils/ntlm_auth.c	2004-09-23 00:01:16 UTC (rev 2546)
@@ -98,7 +98,6 @@
 	fstrcpy(user, p+1);
 	fstrcpy(domain, domuser);
 	domain[PTR_DIFF(p, domuser)] = 0;
-	strupper_m(domain);
 
 	return True;
 }



More information about the samba-cvs mailing list