int tot_values = 0, N = 0;
config_line_t *line;
int i;
- msg = NULL; /* XXX is this a bug? should be *msg, or we'll seg fault
- * if we try to set it */
+ *msg = NULL;
circuit_build_times_init(cbt);
/* We don't support decreasing the table size yet */
break;
case CIRCUIT_PURPOSE_C_INTRODUCING:
/* at Alice, connecting to intro point */
- circuit_increment_failure_count();
/* Don't increment failure count, since Bob may have picked
* the introduction point maliciously */
- /* XXX Mike, you didn't read my comment above! :) -RD */
/* Alice will pick a new intro point when this one dies, if
* the stream in question still cares. No need to act here. */
break;
break;
case CIRCUIT_PURPOSE_S_CONNECT_REND:
/* at Bob, connecting to rend point */
- circuit_increment_failure_count();
/* Don't increment failure count, since Alice may have picked
* the rendezvous point maliciously */
- /* XXX Mike, you didn't read my comment above! :) -RD */
log_info(LD_REND,
"Couldn't connect to Alice's chosen rend point %s "
"(%s hop failed).",
V(LastRotatedOnionKey, ISOTIME, NULL),
V(LastWritten, ISOTIME, NULL),
- V("TotalBuildTimes", UINT, NULL),
+ V(TotalBuildTimes, UINT, NULL),
VAR("CircuitBuildTimeBin", LINELIST_S, BuildtimeHistogram, NULL),
VAR("BuildtimeHistogram", LINELIST_V, BuildtimeHistogram, NULL),