r14010@Kushana: nickm | 2007-08-14 10:20:28 -0400

Fix a URL in voting


svn:r11103
This commit is contained in:
Nick Mathewson 2007-08-14 14:30:33 +00:00
parent 3399d63170
commit 944bc41f99

View File

@ -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);