From 1cfac63fa4335b45b9c722316a45b2b187de78a0 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Thu, 17 Sep 2009 04:28:28 +0300 Subject: w32err: WERR_CLASS_NOT_REGISTERED updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Error code move to COM/OLE group. Error value changed to as REGDB_E_CLASSNOTREG in Windows Signed-off-by: Günther Deschner --- libcli/util/doserr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/util/doserr.c') diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index 6af197284f..5e74138467 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -179,7 +179,6 @@ static const struct werror_code_struct dos_errs[] = { "WERR_INVALID_USER_BUFFER", WERR_INVALID_USER_BUFFER }, { "WERR_NO_TRUST_SAM_ACCOUNT", WERR_NO_TRUST_SAM_ACCOUNT }, { "WERR_INVALID_PRINTER_COMMAND", WERR_INVALID_PRINTER_COMMAND }, - { "WERR_CLASS_NOT_REGISTERED", WERR_CLASS_NOT_REGISTERED }, { "WERR_NO_SHUTDOWN_IN_PROGRESS", WERR_NO_SHUTDOWN_IN_PROGRESS }, { "WERR_SHUTDOWN_ALREADY_IN_PROGRESS", WERR_SHUTDOWN_ALREADY_IN_PROGRESS }, { "WERR_SEC_E_ENCRYPT_FAILURE", WERR_SEC_E_ENCRYPT_FAILURE }, @@ -217,6 +216,7 @@ static const struct werror_code_struct dos_errs[] = { "WERR_UNKNOWN_PRINT_MONITOR", WERR_UNKNOWN_PRINT_MONITOR }, { "WERR_PASSWORD_RESTRICTION", WERR_PASSWORD_RESTRICTION }, { "WERR_WRONG_PASSWORD", WERR_WRONG_PASSWORD }, + { "WERR_CLASS_NOT_REGISTERED", WERR_CLASS_NOT_REGISTERED }, { NULL, W_ERROR(0) } }; -- cgit