missing ID passthru on statfs

This commit is contained in:
Cassondra Foesch 2021-09-05 02:35:25 +00:00
parent 49a095a221
commit 625e0b2b51
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ func (p *sshFxpExtendedPacketStatVFS) respond(svr *Server) responsePacket {
if err != nil {
return statusFromError(p.ID, err)
}
retPkt.ID = p.ID
return retPkt
}