From fdf94747599e1461873fb2a5466f1e55d904333f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 1 Feb 2013 14:07:07 +0100 Subject: [PATCH] doserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_INSTALLED. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: David Disseldorp --- libcli/util/doserr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index a0c152db187..f16db42860e 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -309,6 +309,7 @@ static const struct werror_code_struct dos_errs[] = { "WERR_PASSWORD_RESTRICTION", WERR_PASSWORD_RESTRICTION }, { "WERR_WRONG_PASSWORD", WERR_WRONG_PASSWORD }, { "WERR_CLASS_NOT_REGISTERED", WERR_CLASS_NOT_REGISTERED }, + { "WERR_PRINT_PROCESSOR_ALREADY_INSTALLED", WERR_PRINT_PROCESSOR_ALREADY_INSTALLED }, /***************************************************************************** Auto-generated Win32 error from: http://msdn.microsoft.com/en-us/library/cc231199%28PROT.10%29.aspx -- 2.11.4.GIT