Fix a typo.
This commit is contained in:
parent
76c90e1639
commit
81c7120320
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ int cmd_join(int argc, char *argv[]) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if the hash of the key he have us matches the hash in the URL.
|
// Check if the hash of the key he gave us matches the hash in the URL.
|
||||||
char *fingerprint = line + 2;
|
char *fingerprint = line + 2;
|
||||||
digest_t *digest = digest_open_by_name("sha256", 18);
|
digest_t *digest = digest_open_by_name("sha256", 18);
|
||||||
if(!digest)
|
if(!digest)
|
||||||
|
|
Loading…
Reference in a new issue