summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-19 00:24:29 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-19 00:24:29 +0000
commitadf95e7f00b293a076c46e3288211b29b4b3de3e (patch)
treee9c641806a96fbd8f4ba4bedcd3548db106c63ae /src/or
parent84c3a1917045b11c412b1a87aa59254eb304809a (diff)
downloadtor-adf95e7f00b293a076c46e3288211b29b4b3de3e.tar.gz
tor-adf95e7f00b293a076c46e3288211b29b4b3de3e.zip
r12794@catbus: nickm | 2007-05-18 20:24:26 -0400
Make caches-extra-info lines parseable. svn:r10215
Diffstat (limited to 'src/or')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 877d4f851c..28a801bf9e 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1357,7 +1357,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
(int) router->bandwidthburst,
(int) router->bandwidthcapacity,
extra_info_digest,
- options->DownloadExtraInfo ? "opt caches-extra-info 1\n" : "",
+ options->DownloadExtraInfo ? "opt caches-extra-info\n" : "",
onion_pkey, identity_pkey,
family_line, bandwidth_usage,
we_are_hibernating() ? "opt hibernating 1\n" : "");