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 | 6ce1eec09de64f19d969a67fc236abd4ae277926 (patch) | |
tree | a751e2586f87004f275d0170b671009906fcde20 /source/include/doserr.h | |
parent | 53963eae7d5930246c6c0c0b947f425d50d382c3 (diff) | |
download | samba-6ce1eec09de64f19d969a67fc236abd4ae277926.tar.gz samba-6ce1eec09de64f19d969a67fc236abd4ae277926.tar.xz samba-6ce1eec09de64f19d969a67fc236abd4ae277926.zip |
Added constants and error message for dos error code 1326 (logon failure).
Diffstat (limited to 'source/include/doserr.h')
-rw-r--r-- | source/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/doserr.h b/source/include/doserr.h index 43a325bc52f..087249ad448 100644 --- a/source/include/doserr.h +++ b/source/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 |