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-dms3-routing
Commits
fe58cd34
Commit
fe58cd34
authored
Jul 01, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
routing: Use correct error variable
License: MIT Signed-off-by:
Jakub Sztandera
<
kubuxu@protonmail.ch
>
parent
a020b75e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dht/providers/providers.go
dht/providers/providers.go
+1
-1
No files found.
dht/providers/providers.go
View file @
fe58cd34
...
...
@@ -123,7 +123,7 @@ func loadProvSet(dstore ds.Datastore, k key.Key) (*providerSet, error) {
out
:=
newProviderSet
()
for
e
:=
range
res
.
Next
()
{
if
e
.
Error
!=
nil
{
log
.
Error
(
"got an error: "
,
e
r
r
)
log
.
Error
(
"got an error: "
,
e
.
Erro
r
)
continue
}
parts
:=
strings
.
Split
(
e
.
Key
,
"/"
)
...
...
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