diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/nterr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index 1bc5a1dd89..ef8e6bd27f 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -33,6 +33,7 @@ #define ERROR_INVALID_PARAMETER NT_STATUS(0x0057) #define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a) #define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c) +#define ERROR_INVALID_DATATYPE NT_STATUS(0x070c) /* Win32 Error codes extracted using a loop in smbclient then printing a netmon sniff to a file. */ |