Skip to content

Commit 617a5d2

Browse files
ChenXiaoSongsmfrench
authored andcommitted
smb/client: rename to NT_ERROR_INVALID_DATATYPE
See MS-ERREF 2.2 ERROR_INVALID_DATATYPE. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent fa34d0a commit 617a5d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/smb/client/nterr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern const struct nt_err_code_struct nt_errs[];
2626
#define NT_STATUS_MORE_ENTRIES 0x0105
2727
#define NT_ERROR_INVALID_PARAMETER 0x0057
2828
#define NT_ERROR_INSUFFICIENT_BUFFER 0x007a
29-
#define NT_STATUS_1804 0x070c
29+
#define NT_ERROR_INVALID_DATATYPE 0x070c
3030

3131
/*
3232
* Win32 Error codes extracted using a loop in smbclient then printing a netmon

0 commit comments

Comments
 (0)