mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
aaand another leak. Oops, I guess I lied to weasel when I told him there was no leak here.
svn:r5329
This commit is contained in:
parent
ed32d85a04
commit
4cb2435388
@ -455,6 +455,7 @@ dirserv_add_descriptor(const char *desc, const char **msg)
|
||||
"Not replacing descriptor from '%s'; differences are cosmetic.",
|
||||
ri->nickname);
|
||||
*msg = "Not replacing router descriptor; no information has changed since the last one with this identity.";
|
||||
routerinfo_free(ri);
|
||||
return 0;
|
||||
}
|
||||
if ((r = router_add_to_routerlist(ri, msg, 0))<0) {
|
||||
|
Loading…
Reference in New Issue
Block a user