projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c90e1
)
Fix a typo.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 2 Aug 2013 21:51:55 +0000
(23:51 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 2 Aug 2013 21:51:55 +0000
(23:51 +0200)
src/invitation.c
patch
|
blob
|
history
diff --git
a/src/invitation.c
b/src/invitation.c
index
2dccd8f
..
f1cde58
100644
(file)
--- a/
src/invitation.c
+++ b/
src/invitation.c
@@
-881,7
+881,7
@@
int cmd_join(int argc, char *argv[]) {
return 1;
}
- // Check if the hash of the key he
h
ave us matches the hash in the URL.
+ // Check if the hash of the key he
g
ave us matches the hash in the URL.
char *fingerprint = line + 2;
digest_t *digest = digest_open_by_name("sha256", 18);
if(!digest)