diff options
author | teor <teor@torproject.org> | 2020-02-12 20:59:25 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-12 20:59:25 +1000 |
commit | bc493ce0f2130c5f2bc37e62600c45665ffc9d57 (patch) | |
tree | a013bd8bab95677b846e88118d647a86cb91afa1 | |
parent | 41a9eddf2bf9c72aa1f67f2b90cb9794788380f4 (diff) | |
download | tor-bc493ce0f2130c5f2bc37e62600c45665ffc9d57.tar.gz tor-bc493ce0f2130c5f2bc37e62600c45665ffc9d57.zip |
protover: Update a comment about protover parsing
Comment-only change.
-rw-r--r-- | src/core/or/protover.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/protover.c b/src/core/or/protover.c index 2a0a06f951..523c124a4f 100644 --- a/src/core/or/protover.c +++ b/src/core/or/protover.c @@ -40,8 +40,8 @@ static const struct { protocol_type_t protover_type; const char *name; /* If you add a new protocol here, you probably also want to add - * parsing for it in routerstatus_parse_entry_from_string() so that - * it is set in routerstatus_t */ + * parsing for it in summarize_protover_flags(), so that it has a + * summary flag in routerstatus_t */ } PROTOCOL_NAMES[] = { { PRT_LINK, "Link" }, { PRT_LINKAUTH, "LinkAuth" }, |