diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-05-03 00:24:35 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-05-03 00:24:35 -0700 |
| commit | b30c14b6314c96e0cb0c110e2aa1fc206857a066 (patch) | |
| tree | 88e6fc7e72b1f341a67c8d792dff4732a7c87f80 /weed/filesys/dirty_page.go | |
| parent | 47f14775d7d9a47e0d123aa174fb1f1f75bce547 (diff) | |
| download | seaweedfs-b30c14b6314c96e0cb0c110e2aa1fc206857a066.tar.xz seaweedfs-b30c14b6314c96e0cb0c110e2aa1fc206857a066.zip | |
webdav: can read now
Diffstat (limited to 'weed/filesys/dirty_page.go')
| -rw-r--r-- | weed/filesys/dirty_page.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filesys/dirty_page.go b/weed/filesys/dirty_page.go index 0044cfd87..5a7d51a91 100644 --- a/weed/filesys/dirty_page.go +++ b/weed/filesys/dirty_page.go @@ -167,7 +167,7 @@ func (pages *ContinuousDirtyPages) saveToStorage(ctx context.Context, buf []byte var fileId, host string var auth security.EncodedJwt - if err := pages.f.wfs.withFilerClient(ctx, func(client filer_pb.SeaweedFilerClient) error { + if err := pages.f.wfs.WithFilerClient(ctx, func(client filer_pb.SeaweedFilerClient) error { request := &filer_pb.AssignVolumeRequest{ Count: 1, |
