mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
resolve an unused variable
svn:r6503
This commit is contained in:
parent
9f005ae66b
commit
731f4086c0
@ -1703,7 +1703,7 @@ tor_dup_addr(uint32_t addr)
|
|||||||
int
|
int
|
||||||
is_plausible_address(const char *name)
|
is_plausible_address(const char *name)
|
||||||
{
|
{
|
||||||
const char *cp;
|
// const char *cp;
|
||||||
tor_assert(name);
|
tor_assert(name);
|
||||||
/* We could check better here. */
|
/* We could check better here. */
|
||||||
if (!*name)
|
if (!*name)
|
||||||
|
Loading…
Reference in New Issue
Block a user