mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-19 15:45:54 +02:00
SMB1: ImpersonationLevel: Corrected value of SECURITY_DELEGATION
This commit is contained in:
parent
83f3aab443
commit
02e29b7ff0
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ namespace SMBLibrary.SMB1
|
|||
SEC_ANONYMOUS = 0x00,
|
||||
SEC_IDENTIFY = 0x01,
|
||||
SEC_IMPERSONATE = 0x02,
|
||||
SECURITY_DELEGATION = 0x04, // SMB 1.0 addition
|
||||
SECURITY_DELEGATION = 0x03, // SMB 1.0 addition
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue