mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Remove spurious warn
This commit is contained in:
parent
b98cc79477
commit
1a7dea9191
@ -2137,7 +2137,6 @@ getinfo_helper_events(control_connection_t *control_conn,
|
|||||||
} else if (cp[0] != '\0') {
|
} else if (cp[0] != '\0') {
|
||||||
cp[1] = '\0';
|
cp[1] = '\0';
|
||||||
}
|
}
|
||||||
log_warn(LD_CONFIG, "%s", descs);
|
|
||||||
*answer = descs;
|
*answer = descs;
|
||||||
routerinfo_free(r);
|
routerinfo_free(r);
|
||||||
extrainfo_free(e);
|
extrainfo_free(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user