mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
add missing return
svn:r4913
This commit is contained in:
parent
eac917fd6a
commit
9e76eae810
@ -1253,6 +1253,8 @@ router_set_networkstatus(const char *s, time_t arrived_at, int is_cached)
|
|||||||
|
|
||||||
if (get_options()->DirPort)
|
if (get_options()->DirPort)
|
||||||
dirserv_set_cached_networkstatus_v2(s, fp, ns->published_on);
|
dirserv_set_cached_networkstatus_v2(s, fp, ns->published_on);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Ensure that our own routerinfo is at the front, and remove duplicates
|
/** Ensure that our own routerinfo is at the front, and remove duplicates
|
||||||
|
Loading…
Reference in New Issue
Block a user