summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-04 01:45:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:08 -0500
commitb3383236a27655227fd20b10252e156aac8e61c5 (patch)
tree5f65b7336195af1cbdc896f583df9d86c3f04138 /source4/include
parent766e8e1acbd4f88b194baac17859706161d4644b (diff)
downloadsamba-b3383236a27655227fd20b10252e156aac8e61c5.tar.gz
samba-b3383236a27655227fd20b10252e156aac8e61c5.tar.bz2
samba-b3383236a27655227fd20b10252e156aac8e61c5.zip
r8106: the use of a static string for dos error codes was causing problems in
the torture code. To fix this, get rid of dos_errstr() and instead move the strings into the nt_errstr() table, using cpp to generate the strings (This used to be commit 3136ad9634f0a5ab46e4f83e093df87fdd36484d)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/doserr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/include/doserr.h b/source4/include/doserr.h
index fa4f2f48e9..f124fb1b9c 100644
--- a/source4/include/doserr.h
+++ b/source4/include/doserr.h
@@ -135,7 +135,6 @@
#define ERRuseMPX 250 /* temporarily unable to use raw mode, use MPX mode */
#define ERRuseSTD 251 /* temporarily unable to use raw mode, use standard mode */
#define ERRcontMPX 252 /* resume MPX mode */
-#define ERRbadPW /* reserved */
#define ERRnosupport 0xFFFF
#define ERRunknownsmb 22 /* from NT 3.5 response */