From 22727b4edc64b26aed850297dbf274bab7fd6c44 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 28 Nov 2004 11:39:53 +0000 Subject: wrong is ok, and right is fine, but in between is apparently totally unacceptable to me. svn:r3005 --- src/or/routerparse.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/or/routerparse.c') diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 5903e3ddcf..8b0e590aa9 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -433,10 +433,9 @@ router_parse_routerlist_from_directory(const char *str, static int have_warned_about_unverified_status = 0; routerinfo_t *me = router_get_my_routerinfo(); if (me) { - if (router_update_status_from_smartlist(me, published_on, - good_nickname_list, - tok->tp==K_RUNNING_ROUTERS)==1 && - me->is_verified == 0 && !have_warned_about_unverified_status) { + if (router_update_status_from_smartlist(me, + published_on, good_nickname_list, tok->tp==K_RUNNING_ROUTERS)==1 && + me->is_verified == 0 && !have_warned_about_unverified_status) { log_fn(LOG_WARN,"Dirserver '%s' lists your server as unverified. Please consider sending your identity fingerprint to the tor-ops.", dirnickname); have_warned_about_unverified_status = 1; } -- cgit v1.2.3-54-g00ecf