Explorar o código

Remove connected user from connection state on Logoff

Tal Aloni %!s(int64=8) %!d(string=hai) anos
pai
achega
584ca8da61
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      SMBLibrary/Server/SMBServer.SMB1.cs

+ 2 - 0
SMBLibrary/Server/SMBServer.SMB1.cs

@@ -97,6 +97,8 @@ namespace SMBLibrary.Server
                 }
                 else if (command is LogoffAndXRequest)
                 {
+                    // FIXME: Remove connected trees that the user has connected to
+                    state.RemoveConnectedUser(header.UID);
                     return new LogoffAndXResponse();
                 }
                 else if (state.IsTreeConnected(header.TID))