summaryrefslogtreecommitdiff
path: root/source3/libsmb/errormap.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-23 05:37:40 +0000
committerTim Potter <tpot@samba.org>2001-11-23 05:37:40 +0000
commit554d387ab33220e7dc02d7a8c1aba854277b92f3 (patch)
tree42686ba36cb01423aaf1f949b4f669fa128607e3 /source3/libsmb/errormap.c
parent59e9c62a66c4f2a6f76b0c32f2836ebcfaa23263 (diff)
downloadsamba-554d387ab33220e7dc02d7a8c1aba854277b92f3.tar.gz
samba-554d387ab33220e7dc02d7a8c1aba854277b92f3.tar.bz2
samba-554d387ab33220e7dc02d7a8c1aba854277b92f3.zip
Added constants and error message for dos error code 1326 (logon failure).
(This used to be commit 6ce1eec09de64f19d969a67fc236abd4ae277926)
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 65dcdf4bdf..18e70eed36 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},