Browse Source

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

Nick Mathewson 18 years ago
parent
commit
b1dc014fc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dirserv.c

+ 1 - 1
src/or/dirserv.c

@@ -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\"",