From 9e76eae8105485f5d839c46b838d232aedb94840 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 7 Sep 2005 17:18:52 +0000 Subject: [PATCH] add missing return svn:r4913 --- src/or/routerlist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index e5443ea80b..6ede4d2270 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -1253,6 +1253,8 @@ router_set_networkstatus(const char *s, time_t arrived_at, int is_cached) if (get_options()->DirPort) dirserv_set_cached_networkstatus_v2(s, fp, ns->published_on); + + return 0; } /** Ensure that our own routerinfo is at the front, and remove duplicates