浏览代码

Comment that end-of-list bug in Cerberus server was fixed in 7.0.10

Source commit: e5c69942649ac308512f4da0a6e468d7c5d70b27
Martin Prikryl 9 年之前
父节点
当前提交
714b687d5c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/core/SftpFileSystem.cpp

+ 1 - 0
source/core/SftpFileSystem.cpp

@@ -3455,6 +3455,7 @@ void __fastcall TSFTPFileSystem::ReadDirectory(TRemoteFileList * FileList)
 
         if ((FVersion >= 6) &&
             // As of 7.0.9 the Cerberus SFTP server always sets the end-of-list to true.
+            // Fixed in 7.0.10.
             (FSecureShell->SshImplementation != sshiCerberus) &&
             ListingPacket.CanGetBool())
         {