diff options
author | Tim Potter <tpot@samba.org> | 2001-11-23 05:37:40 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-23 05:37:40 +0000 |
commit | 554d387ab33220e7dc02d7a8c1aba854277b92f3 (patch) | |
tree | 42686ba36cb01423aaf1f949b4f669fa128607e3 /source3/include | |
parent | 59e9c62a66c4f2a6f76b0c32f2836ebcfaa23263 (diff) | |
download | samba-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/include')
-rw-r--r-- | source3/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 43a325bc52..087249ad44 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -71,6 +71,7 @@ #define ERRnomoreitems 259 #define ERRbaddirectory 267 /* Invalid directory name in a path. */ #define ERReasnotsupported 282 /* Extended attributes */ +#define ERRlogonfailure 1326 /* Unknown username or bad password */ #define ERRbuftoosmall 2123 #define ERRunknownipc 2142 #define ERRnosuchprintjob 2151 |