summaryrefslogtreecommitdiffstats
path: root/source/include/doserr.h
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
commit6ce1eec09de64f19d969a67fc236abd4ae277926 (patch)
treea751e2586f87004f275d0170b671009906fcde20 /source/include/doserr.h
parent53963eae7d5930246c6c0c0b947f425d50d382c3 (diff)
downloadsamba-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.h1
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