mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-25 10:28:15 +02:00
SMBServer: Minor logging improvement
This commit is contained in:
parent
20b2a5fb6e
commit
7f64fe6303
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ namespace SMBLibrary.Server
|
|||
}
|
||||
else
|
||||
{
|
||||
state.LogToServer(Severity.Warning, "Invalid NetBIOS packet");
|
||||
state.LogToServer(Severity.Warning, "Inappropriate NetBIOS session packet");
|
||||
state.ClientSocket.Close();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue