diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-12 07:57:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-12 07:57:29 +0000 |
commit | 3977ccbc804fdeab5f6f8d680aeec7d038bf9cbb (patch) | |
tree | 01580d9fc881ee06d1c7428a386ee02f07f1b551 /src/or/router.c | |
parent | ad8757fbeb564b7d15edf9f016c634b89f017584 (diff) | |
download | tor-3977ccbc804fdeab5f6f8d680aeec7d038bf9cbb.tar.gz tor-3977ccbc804fdeab5f6f8d680aeec7d038bf9cbb.zip |
Controllers should now specify cache=no or cache=yes when using
the +POSTDESCRIPTOR command.
svn:r11892
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 29d44c33ec..105b1c11a3 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1803,7 +1803,7 @@ router_purpose_to_string(uint8_t p) return NULL; } -/** Given a string, convert it to a router purpose. */ +/** Given a string, convert it to a router purpose. */ uint8_t router_purpose_from_string(const char *s) { |