From ab3cae976800edd206d6c5b88bb4bd40b133f970 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 17 Jan 2002 01:05:34 +0000 Subject: fixed a typo in the error map for WRONG_PASSWORD (This used to be commit fb300e411bb385dcba2c3ca166598a71ed693b35) --- source3/libsmb/errormap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c index 401a07b77d..28b4cb0431 100644 --- a/source3/libsmb/errormap.c +++ b/source3/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}, -- cgit