diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-20 18:03:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-20 18:03:26 +0000 |
commit | 21a72520ce529e0459a29024c706437f7e64c88f (patch) | |
tree | be8cbc2add7ac92f4d2070d969a1117683c1aa8e /src/or/router.c | |
parent | 5364833be0f5c7fd3619ab140830194b1f7844a9 (diff) | |
download | tor-21a72520ce529e0459a29024c706437f7e64c88f.tar.gz tor-21a72520ce529e0459a29024c706437f7e64c88f.zip |
r13021@Kushana: nickm | 2007-05-20 14:03:10 -0400
Provide actual reasons when dropping an uploaded extrainfo for incompatibility; also, clean whitespace.
svn:r10230
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 50ab1b416c..0e36f98d5f 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1063,7 +1063,7 @@ router_rebuild_descriptor(int force) ri->cache_info.signed_descriptor_body, ri->cache_info.signed_descriptor_len); - tor_assert(! routerinfo_incompatible_with_extrainfo(ri, ei)); + tor_assert(! routerinfo_incompatible_with_extrainfo(ri, ei, NULL)); if (desc_routerinfo) routerinfo_free(desc_routerinfo); |