Browse Source

Undoing probably unintended change from 263619a4

Source commit: 64e2bb1f9e33c10f70feeceeb3b3e3304c99d644
Martin Prikryl 2 years ago
parent
commit
cb89d8c879
1 changed files with 1 additions and 2 deletions
  1. 1 2
      source/core/SftpFileSystem.cpp

+ 1 - 2
source/core/SftpFileSystem.cpp

@@ -3251,8 +3251,7 @@ void __fastcall TSFTPFileSystem::DoStartup()
       Packet.AddInt64(LOWORD(FTerminal->Configuration->FixedApplicationInfo->dwFileVersionLS));
       SendPacket(&Packet);
       // we are not interested in the response, do not wait for it
-      ReceiveResponse(&Packet, &Packet);
-      //ReserveResponse(&Packet, NULL);
+      ReserveResponse(&Packet, NULL);
     }
   }