From: Andreas Schneider Date: Tue, 6 Jun 2017 14:07:10 +0000 (+0200) Subject: libcli:util: Update werror table X-Git-Tag: ldb-1.1.31~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b3d7410e621e5c515460cd2788dd4ff8dd4474;p=thirdparty%2Fsamba.git libcli:util: Update werror table This adds ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED for MS-PAR. Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- diff --git a/libcli/util/werror.h b/libcli/util/werror.h index c25a4ab4138..d3d3327aef9 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -140,9 +140,6 @@ typedef uint32_t WERROR; #define WERR_DNS_ERROR_DNAME_COLLISION W_ERROR(0x000025F9) #define WERR_DNS_ERROR_ALIAS_LOOP W_ERROR(0x000025FA) -/* Typo in the windows error table.. */ -#define WERR_DS_INVALID_ATTRIBUTE_SYNTAX WERR_DS_INVALID_ATTRIBUTE_YNTAX - /* Configuration Manager Errors */ /* Basically Win32 errors meanings are specific to the \ntsvcs pipe */ #define WERR_CM_INVALID_POINTER W_ERROR(3) diff --git a/libcli/util/werror_err_table.txt b/libcli/util/werror_err_table.txt index 8adb55a7d67..75e8020f36e 100644 --- a/libcli/util/werror_err_table.txt +++ b/libcli/util/werror_err_table.txt @@ -9919,6 +9919,12 @@ ERROR_FAIL_REBOOT_INITIATED The requested operation failed. A system reboot has been initiated to roll back changes made. +0x00000BCB +ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED + + +The specified printer driver was not found on the system and needs to be downloaded. + 0x00000F6E ERROR_IO_REISSUE_AS_CACHED @@ -12924,7 +12930,7 @@ The specified directory service attribute or value does not exist. 0x0000200B -ERROR_DS_INVALID_ATTRIBUTE_YNTAX +ERROR_DS_INVALID_ATTRIBUTE_SYNTAX The attribute syntax specified to the directory service is invalid.