Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
e3a280d7
Commit
e3a280d7
authored
8 years ago
by
Simon Désaulniers
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #82 from aviau/typos
fixed typos
parents
0f8720c4
63f1a736
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/opendht/utils.h
+1
-1
1 addition, 1 deletion
include/opendht/utils.h
src/securedht.cpp
+1
-1
1 addition, 1 deletion
src/securedht.cpp
with
2 additions
and
2 deletions
include/opendht/utils.h
+
1
−
1
View file @
e3a280d7
...
@@ -61,7 +61,7 @@ void erase_if(std::map<Key, Item>& map, const Condition& condition)
...
@@ -61,7 +61,7 @@ void erase_if(std::map<Key, Item>& map, const Condition& condition)
class
DhtException
:
public
std
::
runtime_error
{
class
DhtException
:
public
std
::
runtime_error
{
public:
public:
DhtException
(
const
std
::
string
&
str
=
""
)
:
DhtException
(
const
std
::
string
&
str
=
""
)
:
std
::
runtime_error
(
"DhtException occured: "
+
str
)
{}
std
::
runtime_error
(
"DhtException occur
r
ed: "
+
str
)
{}
};
};
...
...
This diff is collapsed.
Click to expand it.
src/securedht.cpp
+
1
−
1
View file @
e3a280d7
...
@@ -99,7 +99,7 @@ SecureDht::secureType(ValueType&& type)
...
@@ -99,7 +99,7 @@ SecureDht::secureType(ValueType&& type)
return
false
;
return
false
;
}
}
else
else
DHT_LOG
.
WARN
(
"Signature verification succeded"
);
DHT_LOG
.
WARN
(
"Signature verification succe
e
ded"
);
}
}
return
type
.
storePolicy
(
id
,
v
,
nid
,
a
,
al
);
return
type
.
storePolicy
(
id
,
v
,
nid
,
a
,
al
);
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment