diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-17 09:50:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-17 09:51:50 -0400 |
commit | 2691b2bb064466c96c346e6a416658b8b4749a85 (patch) | |
tree | 616bf1badbd1b0ac71f80a2821bb95cab0d95144 /src | |
parent | fd16a2b56fcc11688bc58c795713039fdb347e8c (diff) | |
download | tor-2691b2bb064466c96c346e6a416658b8b4749a85.tar.gz tor-2691b2bb064466c96c346e6a416658b8b4749a85.zip |
Fix an assertion failure introduced in 20254907d7
Fixes bug 16829; bug not in any released Tor.
Diffstat (limited to 'src')
-rw-r--r-- | src/or/dirserv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index e70b1b422d..8eeba54374 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -62,7 +62,7 @@ static uint32_t dirserv_get_status_impl(const char *fp, const char *nickname, uint32_t addr, uint16_t or_port, const char *platform, const char **msg, - int should_log); + int severity); static void clear_cached_dir(cached_dir_t *d); static const signed_descriptor_t *get_signed_descriptor_by_fp( const char *fp, @@ -290,7 +290,7 @@ dirserv_router_get_status(const routerinfo_t *router, const char **msg, return dirserv_get_status_impl(d, router->nickname, router->addr, router->or_port, - router->platform, msg, 1); + router->platform, msg, severity); } /** Return true if there is no point in downloading the router described by |