Skip to content

Commit

Permalink
Fix for IFSFileDescriptorImplRemote - lookup response missing (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Nadir K Amra <amra@us.ibm.com>
  • Loading branch information
nadiramra authored Jan 6, 2025
1 parent 09a90f2 commit 392aa62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class IFSFileDescriptorImplRemote implements IFSFileDescriptorImpl
AS400Server.addReplyStream(new IFSReturnCodeRep(), AS400.FILE);
AS400Server.addReplyStream(new IFSWriteRep(), AS400.FILE);
AS400Server.addReplyStream(new IFSReadRep(), AS400.FILE);
AS400Server.addReplyStream(new IFSLookupRep(), AS400.FILE);
}


Expand Down

0 comments on commit 392aa62

Please sign in to comment.