libcli: Remove define for ERROR_INVALID_DATATYPE
authorChristof Schmitt <cs@samba.org>
Fri, 19 Jun 2020 19:19:03 +0000 (12:19 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 22 Jun 2020 12:07:37 +0000 (12:07 +0000)
The auto-generated define WERR_INVALID_DATATYPE is still available.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
libcli/util/ntstatus.h

index 4b5f1ca1802f93f83f36d3df1b9d8846791639da..388480efe3b6d9d675447083292451c1ac140cc2 100644 (file)
@@ -44,7 +44,6 @@ typedef uint32_t NTSTATUS;
 /* Win32 status codes. */
 #define ERROR_INVALID_PARAMETER                  NT_STATUS(0x0057)
 #define ERROR_INSUFFICIENT_BUFFER        NT_STATUS(0x007a)
-#define ERROR_INVALID_DATATYPE           NT_STATUS(0x070c)
 #define NT_STATUS_ERROR_DS_OBJ_STRING_NAME_EXISTS      NT_STATUS(0x2071)
 #define NT_STATUS_ERROR_DS_INCOMPATIBLE_VERSION                NT_STATUS(0x2177)
 #define NT_STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP        NT_STATUS(0xC05D0000)