summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index d3bc615abc..d7a707d847 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1861,7 +1861,7 @@ routerstatus_format_entry(const routerstatus_t *rs, const char *version,
smartlist_add_asprintf(chunks, "v %s\n", version);
}
if (protocols) {
- smartlist_add_asprintf(chunks, "proto %s\n", protocols);
+ smartlist_add_asprintf(chunks, "pr %s\n", protocols);
}
if (format != NS_V2) {