瀏覽代碼

Undoing probably unintended change from 263619a4

Source commit: 64e2bb1f9e33c10f70feeceeb3b3e3304c99d644
Martin Prikryl 2 年之前
父節點
當前提交
cb89d8c879
共有 1 個文件被更改,包括 1 次插入2 次删除
  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);
     }
   }