Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-ds-flatfs
Commits
57c13905
Commit
57c13905
authored
Nov 27, 2017
by
Lars Gierth
Committed by
Lars Gierth
Nov 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Datastore.walk() error more specific
parent
5f5a12b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
flatfs.go
flatfs.go
+1
-1
No files found.
flatfs.go
View file @
57c13905
...
...
@@ -432,7 +432,7 @@ func (fs *Datastore) walk(path string, reschan chan query.Result) error {
key
,
ok
:=
fs
.
decode
(
fn
)
if
!
ok
{
log
.
Warning
(
"failed to decode
entry in flatfs"
)
log
.
Warning
f
(
"failed to decode
flatfs entry: %s"
,
fn
)
continue
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment