aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2014-03-17 17:38:22 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2014-03-18 10:40:10 +0100
commit7450403410866bc3a70eaf16681a0719a251d043 (patch)
treec184a5ff4b58b8111c15514540b2e8818543516e /src/or/routerlist.c
parent102bb1c04f5cb4fb3eae7f41f80660e47c64ceb6 (diff)
downloadtor-7450403410866bc3a70eaf16681a0719a251d043.tar
tor-7450403410866bc3a70eaf16681a0719a251d043.tar.gz
Take out remaining V1 directory code.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 8d29b89ea..c8232606b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -3414,7 +3414,6 @@ router_add_to_routerlist(routerinfo_t *router, const char **msg,
signed_desc_append_to_journal(&router->cache_info,
&routerlist->desc_store);
}
- directory_set_dirty();
*msg = authdir_believes_valid ? "Valid server updated" :
("Invalid server updated. (This dirserver is marking your "
"server as unapproved.)");
@@ -3436,7 +3435,6 @@ router_add_to_routerlist(routerinfo_t *router, const char **msg,
signed_desc_append_to_journal(&router->cache_info,
&routerlist->desc_store);
}
- directory_set_dirty();
return ROUTER_ADDED_SUCCESSFULLY;
}