mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r9347@totoro: nickm | 2006-11-20 11:24:46 -0500
11:23 < armadev> typo 11:23 < nickm> ? 11:23 < armadev> did you get the coffee yet? :) 11:23 < nickm> no 11:23 < armadev> i'm at an advantage..i haven't slept yet svn:r8972
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ add_fingerprint_to_dir(const char *nickname, const char *fp,
|
||||
tor_assert(fp);
|
||||
tor_assert(list);
|
||||
|
||||
fingeprint = tor_strdup(fp);
|
||||
fingerprint = tor_strdup(fp);
|
||||
tor_strstrip(fingerprint, " ");
|
||||
if (base16_decode(d, DIGEST_LEN, fingerprint, strlen(fingerprint))) {
|
||||
log_warn(LD_DIRSERV, "Couldn't decode fingerprint \"%s\"",
|
||||
|
||||
Reference in New Issue
Block a user