summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2017-06-06 16:07:10 +0200
committerJeremy Allison <jra@samba.org>2017-06-07 05:15:16 +0200
commite6b3d7410e621e5c515460cd2788dd4ff8dd4474 (patch)
tree3748eb08d7d4ff59472ad395beee400335dc9f9e /libcli
parent29045dad15ebb5e948d63c50d52810f4f00a58f2 (diff)
downloadsamba-e6b3d7410e621e5c515460cd2788dd4ff8dd4474.tar.gz
libcli:util: Update werror table
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>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/util/werror.h3
-rw-r--r--libcli/util/werror_err_table.txt8
2 files changed, 7 insertions, 4 deletions
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.