libcli:util: Update werror table
authorAndreas Schneider <asn@samba.org>
Tue, 6 Jun 2017 14:07:10 +0000 (16:07 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 7 Jun 2017 03:15:16 +0000 (05:15 +0200)
This adds ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED for MS-PAR.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/util/werror.h
libcli/util/werror_err_table.txt

index c25a4ab41381520cf490e1ec4dff7da3cb974f00..d3d3327aef92ec58136407282bb380742bb7a66b 100644 (file)
@@ -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)
 
 #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)
 /* Configuration Manager Errors */
 /* Basically Win32 errors meanings are specific to the \ntsvcs pipe */
 #define WERR_CM_INVALID_POINTER W_ERROR(3)
index 8adb55a7d67f72d73e68e7ccaac14b4d329bebf8..75e8020f36e71652f1b28363cd66cbc3a39476a6 100644 (file)
@@ -9919,6 +9919,12 @@ ERROR_FAIL_REBOOT_INITIATED
 
 The requested operation failed. A system reboot has been initiated to roll back changes made.
 
 
 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
 0x00000F6E
 
 ERROR_IO_REISSUE_AS_CACHED
@@ -12924,7 +12930,7 @@ The specified directory service attribute or value does not exist.
 
 0x0000200B
 
 
 0x0000200B
 
-ERROR_DS_INVALID_ATTRIBUTE_YNTAX
+ERROR_DS_INVALID_ATTRIBUTE_SYNTAX
        
 
 The attribute syntax specified to the directory service is invalid.
        
 
 The attribute syntax specified to the directory service is invalid.