Skip to content

Commit

Permalink
fix(smb): byte alignment (close #3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Mar 17, 2023
1 parent b48e97d commit 8b109cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/smb/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8b109cf

Please sign in to comment.