diff options
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/util/doserr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index a0c152db18..f16db42860 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 |