summaryrefslogtreecommitdiffstats
path: root/source/libsmb/errormap.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-01-17 01:05:34 +0000
committerAndrew Tridgell <tridge@samba.org>2002-01-17 01:05:34 +0000
commitfb300e411bb385dcba2c3ca166598a71ed693b35 (patch)
tree5f119ee9c23b01e4ae168e893642cf4a4f821d68 /source/libsmb/errormap.c
parentc3a83002cfc2e0b5158cae1898eda8bafcb41e48 (diff)
downloadsamba-fb300e411bb385dcba2c3ca166598a71ed693b35.tar.gz
samba-fb300e411bb385dcba2c3ca166598a71ed693b35.tar.xz
samba-fb300e411bb385dcba2c3ca166598a71ed693b35.zip
fixed a typo in the error map for WRONG_PASSWORD
Diffstat (limited to 'source/libsmb/errormap.c')
-rw-r--r--source/libsmb/errormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/errormap.c b/source/libsmb/errormap.c
index 401a07b77dd..28b4cb04316 100644
--- a/source/libsmb/errormap.c
+++ b/source/libsmb/errormap.c
@@ -175,7 +175,7 @@ static struct {
from NT_STATUS_WRONG_PASSWORD to NT_STATUS_LOGON_FAILURE
during the session setup }
*/
- {ERRDOS, ERRbadpw, NT_STATUS_WRONG_PASSWORD},
+ {ERRSRV, ERRbadpw, NT_STATUS_WRONG_PASSWORD},
{ERRHRD, ERRgeneral, NT_STATUS_ILL_FORMED_PASSWORD},
{ERRHRD, ERRgeneral, NT_STATUS_PASSWORD_RESTRICTION},
{ERRDOS, ERRnoaccess, NT_STATUS_LOGON_FAILURE},