Skip to content

Commit

Permalink
Undoing probably unintended change from 263619a4
Browse files Browse the repository at this point in the history
Source commit: 64e2bb1f9e33c10f70feeceeb3b3e3304c99d644
  • Loading branch information
martinprikryl committed Jun 6, 2023
1 parent a19b1a7 commit cb89d8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/core/SftpFileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit cb89d8c

Please sign in to comment.