mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r14010@Kushana: nickm | 2007-08-14 10:20:28 -0400
Fix a URL in voting svn:r11103
This commit is contained in:
parent
3399d63170
commit
944bc41f99
@ -704,7 +704,7 @@ directory_send_command(dir_connection_t *conn,
|
||||
tor_assert(!resource);
|
||||
tor_assert(payload);
|
||||
httpcommand = "POST";
|
||||
url = tor_strdup("/tor/post/vote");
|
||||
url = tor_strdup("/tor/post/consensus-signature");
|
||||
break;
|
||||
case DIR_PURPOSE_FETCH_RENDDESC:
|
||||
tor_assert(resource);
|
||||
|
Loading…
Reference in New Issue
Block a user