From b3383236a27655227fd20b10252e156aac8e61c5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 4 Jul 2005 01:45:52 +0000 Subject: 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) --- source4/include/doserr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/include/doserr.h') 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 */ -- cgit