mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
tiny tweaks on r12900
svn:r12901
This commit is contained in:
@@ -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 ")) {
|
||||
|
||||
Reference in New Issue
Block a user