summaryrefslogtreecommitdiff
path: root/src/feature/nodelist
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-08-29 21:05:24 -0400
committerNeel Chauhan <neel@neelc.org>2018-08-29 21:05:24 -0400
commit1c62adb65baa99c92f937318c452955306301643 (patch)
tree4e12cc5be9cdba52eb768ea271e90dc1c2dba987 /src/feature/nodelist
parent94605f08fb89ea79409225362d2fa0f8a07435d7 (diff)
downloadtor-1c62adb65baa99c92f937318c452955306301643.tar.gz
tor-1c62adb65baa99c92f937318c452955306301643.zip
Change mention of is_extrainfo router_parse_list_from_string() to want_extrainfo
Diffstat (limited to 'src/feature/nodelist')
-rw-r--r--src/feature/nodelist/routerparse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/feature/nodelist/routerparse.c b/src/feature/nodelist/routerparse.c
index 587966210e..73d320de40 100644
--- a/src/feature/nodelist/routerparse.c
+++ b/src/feature/nodelist/routerparse.c
@@ -1333,10 +1333,10 @@ find_start_of_next_router_or_extrainfo(const char **s_ptr,
}
/** Given a string *<b>s</b> containing a concatenated sequence of router
- * descriptors (or extra-info documents if <b>is_extrainfo</b> is set), parses
- * them and stores the result in <b>dest</b>. All routers are marked running
- * and valid. Advances *s to a point immediately following the last router
- * entry. Ignore any trailing router entries that are not complete.
+ * descriptors (or extra-info documents if <b>want_extrainfo</b> is set),
+ * parses them and stores the result in <b>dest</b>. All routers are marked
+ * running and valid. Advances *s to a point immediately following the last
+ * router entry. Ignore any trailing router entries that are not complete.
*
* If <b>saved_location</b> isn't SAVED_IN_CACHE, make a local copy of each
* descriptor in the signed_descriptor_body field of each routerinfo_t. If it