r15421@catbus: nickm | 2007-09-27 15:44:17 -0400

When we are a bridge directory, add bridges with purpose BRIDGE, not with purpose CONTROLLER.  Roger, is this right?


svn:r11679
This commit is contained in:
Nick Mathewson 2007-09-27 20:46:28 +00:00
parent 60efd6b726
commit 2050b31bb9

View File

@ -2413,7 +2413,7 @@ directory_handle_command_post(dir_connection_t *conn, const char *headers,
!strcmp(url,"/tor/")) { /* server descriptor post */
const char *msg = NULL;
uint8_t purpose = authdir_mode_bridge(options) ?
ROUTER_PURPOSE_CONTROLLER : ROUTER_PURPOSE_GENERAL;
ROUTER_PURPOSE_BRIDGE : ROUTER_PURPOSE_GENERAL;
int r = dirserv_add_multiple_descriptors(body, purpose, &msg);
tor_assert(msg);
if (r > 0)