diff options
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 a8626a604d..9ae4ebd146 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -421,7 +421,7 @@ int router_dump_router_to_string(char *s, int maxlen, routerinfo_t *router, router->or_port, router->socks_port, router->dir_port, - router->bandwidth, + (int) router->bandwidth, platform, published, onion_pkey, link_pkey, identity_pkey); |