|
@@ -3028,12 +3028,11 @@ extrainfo_dump_to_string(char **s_out, extrainfo_t *extrainfo,
|
|
|
"conn-bi-direct", now, &contents) > 0) {
|
|
|
smartlist_add(chunks, contents);
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- if (options->PaddingStatistics) {
|
|
|
- contents = rep_hist_get_padding_count_lines();
|
|
|
- if (contents)
|
|
|
- smartlist_add(chunks, contents);
|
|
|
+ if (options->PaddingStatistics) {
|
|
|
+ contents = rep_hist_get_padding_count_lines();
|
|
|
+ if (contents)
|
|
|
+ smartlist_add(chunks, contents);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* Add information about the pluggable transports we support. */
|