diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:43:25 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:43:25 +0000 |
commit | ca430446002a5d940222979c45af22b86c70d356 (patch) | |
tree | da45f1dc4af71b266543ee919b2e9e9e82504a15 /src/or/router.c | |
parent | 016e67f9415530399cdffec3d8d6530b3323dbbb (diff) | |
download | tor-ca430446002a5d940222979c45af22b86c70d356.tar.gz tor-ca430446002a5d940222979c45af22b86c70d356.zip |
I bet I screwed up while merging in the changes from the feature branch into my git-svn repository. Undo r14451
svn:r14452
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 91518141cf..84c05fdf69 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -726,6 +726,7 @@ consider_testing_reachability(int test_or, int test_dir) /* ask myself, via tor, for my server descriptor. */ directory_initiate_command(me->address, me->addr, me->or_port, me->dir_port, + 0, /* does not matter */ 0, me->cache_info.identity_digest, DIR_PURPOSE_FETCH_SERVERDESC, ROUTER_PURPOSE_GENERAL, |