summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-21 00:32:26 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-21 00:32:26 +0000
commita03b5e3864ac6044694fe0b4e7f83098598b60dc (patch)
treee7cd50ecf76b9d4780779ec5345b81605f8f10c9 /source3/smbd
parent4b6f928103c6585abc72cb3fc7d5070b16ea8f81 (diff)
downloadsamba-a03b5e3864ac6044694fe0b4e7f83098598b60dc.tar.gz
samba-a03b5e3864ac6044694fe0b4e7f83098598b60dc.tar.bz2
samba-a03b5e3864ac6044694fe0b4e7f83098598b60dc.zip
One less Get_Pwnam_Modify call!
(the passdb backend is case-insensitive, so there isn't any point to this). Andrew Bartlett (This used to be commit 5e868b403340d84d68c1831a09bf1a4dd710da90)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/lanman.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c
index 1a5777e1d4..d755bb42f8 100644
--- a/source3/smbd/lanman.c
+++ b/source3/smbd/lanman.c
@@ -2052,11 +2052,6 @@ static BOOL api_SamOEMChangePassword(connection_struct *conn,uint16 vuid, char *
(void)map_username(user);
- /*
- * Do any UNIX username case mangling.
- */
- (void)Get_Pwnam_Modify( user );
-
if (pass_oem_change(user, (uchar*) data, (uchar *)&data[516], NULL, NULL))
{
SSVAL(*rparam,0,NERR_Success);