tiny tweaks on r12900

svn:r12901
This commit is contained in:
Roger Dingledine
2007-12-21 09:33:11 +00:00
parent 90fcfade4e
commit 3f4080d15d
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -3414,7 +3414,7 @@ rend_decrypt_introduction_points(rend_service_descriptor_t *parsed,
intro_points_encrypted_size = unenclen;
}
/* Consider one intro point after the other. */
current_ipo = (const char **)&intro_points_encrypted;
current_ipo = &intro_points_encrypted;
tokens = smartlist_create();
parsed->intro_nodes = smartlist_create();
while (!strcmpstart(*current_ipo, "introduction-point ")) {