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:
Nick Mathewson
2006-11-20 16:26:52 +00:00
parent b4ea6136a4
commit b1dc014fc6
+1 -1
View File
@@ -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\"",