1
0
Эх сурвалжийг харах

Undoing probably unintended change from 263619a4

Source commit: 64e2bb1f9e33c10f70feeceeb3b3e3304c99d644
Martin Prikryl 2 жил өмнө
parent
commit
cb89d8c879

+ 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);
     }
   }