mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
smb/client: map NT_STATUS_PRIVILEGE_NOT_HELD
See MS-CIFS 2.2.2.4 STATUS_PRIVILEGE_NOT_HELD. Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
3e5f083428
commit
4da735c48a
|
|
@ -115,6 +115,7 @@ static const struct {
|
|||
ERRSRV, ERR_NOTIFY_ENUM_DIR, NT_STATUS_NOTIFY_ENUM_DIR}, {
|
||||
ERRDOS, ERRmoredata, NT_STATUS_BUFFER_OVERFLOW}, {
|
||||
ERRDOS, ERRmoredata, NT_STATUS_MORE_PROCESSING_REQUIRED}, {
|
||||
ERRDOS, ERRnoaccess, NT_STATUS_PRIVILEGE_NOT_HELD}, {
|
||||
ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL}, {
|
||||
ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED}, {
|
||||
ERRDOS, ERRbadpipe, NT_STATUS_INVALID_INFO_CLASS}, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user