mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-06 07:44:57 +02:00
SMBServer: Delete unused variable
This commit is contained in:
parent
ac403baf41
commit
fe22636987
1 changed files with 0 additions and 2 deletions
|
@ -296,8 +296,6 @@ namespace SMBLibrary.Server
|
|||
|
||||
private void ProcessConnectionBuffer(ref ConnectionState state)
|
||||
{
|
||||
Socket clientSocket = state.ClientSocket;
|
||||
|
||||
NBTConnectionReceiveBuffer receiveBuffer = state.ReceiveBuffer;
|
||||
while (receiveBuffer.HasCompletePacket())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue