Skip to content

Commit

Permalink
SMBServer: Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jun 2, 2024
1 parent ac403ba commit fe22636
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SMBLibrary/Server/SMBServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ private void ReceiveCallback(IAsyncResult result)

private void ProcessConnectionBuffer(ref ConnectionState state)
{
Socket clientSocket = state.ClientSocket;

NBTConnectionReceiveBuffer receiveBuffer = state.ReceiveBuffer;
while (receiveBuffer.HasCompletePacket())
{
Expand Down

0 comments on commit fe22636

Please sign in to comment.