mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-28 09:41:50 +02:00
Corrected exception message
This commit is contained in:
parent
eb24eafea6
commit
cd11c57cc4
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ namespace SMBLibrary.Win32.Security
|
|||
}
|
||||
else if (result == SEC_E_INVALID_TOKEN)
|
||||
{
|
||||
throw new Exception("InitializeSecurityContext failed, Invalid token");
|
||||
throw new Exception("AcceptSecurityContext failed, Invalid token");
|
||||
}
|
||||
else if (result == SEC_E_BUFFER_TOO_SMALL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue