mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
r13041@catbus: nickm | 2007-05-29 10:40:05 -0400
More messing around to try to address possible root causes of bug 436. svn:r10388
This commit is contained in:
parent
d509efb9b7
commit
63035cdb33
@ -523,6 +523,7 @@ dirserv_add_multiple_descriptors(const char *desc, const char **msg)
|
|||||||
smartlist_t *list;
|
smartlist_t *list;
|
||||||
const char *s;
|
const char *s;
|
||||||
int n_parsed = 0;
|
int n_parsed = 0;
|
||||||
|
tor_assert(msg);
|
||||||
|
|
||||||
s = desc;
|
s = desc;
|
||||||
list = smartlist_create();
|
list = smartlist_create();
|
||||||
|
@ -2462,7 +2462,7 @@ router_add_extrainfo_to_routerlist(extrainfo_t *ei, const char **msg,
|
|||||||
{
|
{
|
||||||
int inserted;
|
int inserted;
|
||||||
(void)from_fetch;
|
(void)from_fetch;
|
||||||
(void)msg;
|
if (msg) *msg = NULL;
|
||||||
|
|
||||||
inserted = extrainfo_insert(router_get_routerlist(), ei);
|
inserted = extrainfo_insert(router_get_routerlist(), ei);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user