summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/errormap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb/errormap.c')
-rw-r--r--source3/libsmb/errormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c
index 65dcdf4bdf7..18e70eed368 100644
--- a/source3/libsmb/errormap.c
+++ b/source3/libsmb/errormap.c
@@ -133,7 +133,7 @@ static struct {
{ERRSRV, ERRbadpw, NT_STATUS_WRONG_PASSWORD},
{ERRDOS, 1324, NT_STATUS_ILL_FORMED_PASSWORD},
{ERRDOS, 1325, NT_STATUS_PASSWORD_RESTRICTION},
- {ERRDOS, 1326, NT_STATUS_LOGON_FAILURE},
+ {ERRDOS, ERRlogonfailure, NT_STATUS_LOGON_FAILURE},
{ERRDOS, 1327, NT_STATUS_ACCOUNT_RESTRICTION},
{ERRDOS, 1328, NT_STATUS_INVALID_LOGON_HOURS},
{ERRDOS, 1329, NT_STATUS_INVALID_WORKSTATION},