mirror of https://github.com/pkg/sftp.git
missing ID passthru on statfs
This commit is contained in:
parent
49a095a221
commit
625e0b2b51
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue