mirror of https://github.com/Xhofe/alist
fix(smb): byte alignment (close #3868)
parent
b48e97d406
commit
8b109cfe40
|
@ -15,10 +15,10 @@ import (
|
|||
)
|
||||
|
||||
type SMB struct {
|
||||
lastConnTime int64
|
||||
model.Storage
|
||||
Addition
|
||||
fs *smb2.Share
|
||||
lastConnTime int64
|
||||
fs *smb2.Share
|
||||
}
|
||||
|
||||
func (d *SMB) Config() driver.Config {
|
||||
|
|
Loading…
Reference in New Issue