diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c index 1f67e5bd56..32f6e5af9a 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -970,3 +970,4 @@ void router_free_all_keys(void) if (desc_routerinfo) routerinfo_free(desc_routerinfo); } + |