mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-26 02:38: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
|
else
|
||||||
{
|
{
|
||||||
state.LogToServer(Severity.Warning, "Invalid NetBIOS packet");
|
state.LogToServer(Severity.Warning, "Inappropriate NetBIOS session packet");
|
||||||
state.ClientSocket.Close();
|
state.ClientSocket.Close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue