diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-22 10:14:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:53 -0700 |
commit | f3382bd7223a3e5c0e6f1c32dc7d9e8a2d28fb36 (patch) | |
tree | 75c0e58bd24d6955f5897158582d7b9bb6848b12 /src/or/dirvote.c | |
parent | 4cbfee14d40221a25545d2d2c3d6e6ce76f6afe9 (diff) | |
download | tor-f3382bd7223a3e5c0e6f1c32dc7d9e8a2d28fb36.tar.gz tor-f3382bd7223a3e5c0e6f1c32dc7d9e8a2d28fb36.zip |
Rename "proto " to "pr " in consensuses
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index c65243cf09..9b41e8f449 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -2047,7 +2047,7 @@ networkstatus_compute_consensus(smartlist_t *votes, smartlist_add(chunks, tor_strdup("\n")); if (chosen_protocol_list && consensus_method >= MIN_METHOD_FOR_RS_PROTOCOLS) { - smartlist_add_asprintf(chunks, "proto %s\n", chosen_protocol_list); + smartlist_add_asprintf(chunks, "pr %s\n", chosen_protocol_list); } /* Now the weight line. */ if (rs_out.has_bandwidth) { |