packages/kubo: fix obscure SIGILL bug
This commit is contained in:
parent
45894bcffe
commit
fd3d9f1706
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/vendor/github.com/ipfs/go-filestore/fsrefstore.go b/vendor/github.com/ipfs/go-filestore/fsrefstore.go
|
diff --git a/vendor/github.com/ipfs/go-filestore/fsrefstore.go b/vendor/github.com/ipfs/go-filestore/fsrefstore.go
|
||||||
index 9eb2b43..43e336c 100644
|
index 9eb2c43..43e336c 100644
|
||||||
--- a/vendor/github.com/ipfs/go-filestore/fsrefstore.go
|
--- a/vendor/github.com/ipfs/go-filestore/fsrefstore.go
|
||||||
+++ b/vendor/github.com/ipfs/go-filestore/fsrefstore.go
|
+++ b/vendor/github.com/ipfs/go-filestore/fsrefstore.go
|
||||||
@@ -291,9 +291,6 @@ func (f *FileManager) putTo(ctx context.Context, b *posinfo.FilestoreNode, to pu
|
@@ -291,9 +291,6 @@ func (f *FileManager) putTo(ctx context.Context, b *posinfo.FilestoreNode, to pu
|
||||||
|
|
Loading…
Reference in a new issue