This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 50391abbd285d331a33f4ce9f300afeb99b078ed
Author: Thomas Wolf <thomas.w...@paranor.ch>
AuthorDate: Tue Jul 28 16:58:20 2020 +0300

    Call DirectoryHandle#signalHandleOpening()
---
 sshd-sftp/src/main/java/org/apache/sshd/sftp/server/DirectoryHandle.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/DirectoryHandle.java 
b/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/DirectoryHandle.java
index 174c147..4a8dd9a 100644
--- a/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/DirectoryHandle.java
+++ b/sshd-sftp/src/main/java/org/apache/sshd/sftp/server/DirectoryHandle.java
@@ -41,6 +41,7 @@ public class DirectoryHandle extends Handle implements 
Iterator<Path> {
 
         SftpFileSystemAccessor accessor = subsystem.getFileSystemAccessor();
         ServerSession session = subsystem.getServerSession();
+        signalHandleOpening();
         ds = accessor.openDirectory(session, subsystem, this, dir, handle);
 
         Path parent = dir.getParent();

Reply via email to