mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
resolve an unused variable
svn:r6503
This commit is contained in:
parent
9f005ae66b
commit
731f4086c0
1 changed files with 1 additions and 1 deletions
|
@ -1703,7 +1703,7 @@ tor_dup_addr(uint32_t addr)
|
|||
int
|
||||
is_plausible_address(const char *name)
|
||||
{
|
||||
const char *cp;
|
||||
// const char *cp;
|
||||
tor_assert(name);
|
||||
/* We could check better here. */
|
||||
if (!*name)
|
||||
|
|
Loading…
Add table
Reference in a new issue