We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfc1d5 commit a17a626Copy full SHA for a17a626
internal/encoding/ssh/filexfer/attrs.go
@@ -74,7 +74,6 @@ func (a *Attributes) SetPermissions(perms FileMode) {
74
// GetACModTime returns the ATime and MTime fields and a bool that is true if and only if the values are valid/defined.
75
func (a *Attributes) GetACModTime() (atime, mtime uint32, ok bool) {
76
return a.ATime, a.MTime, a.Flags&AttrACModTime != 0
77
- return a.ATime, a.MTime, a.Flags&AttrACModTime != 0
78
}
79
80
// SetACModTime is a convenience function that sets the ATime and MTime fields,
0 commit comments