mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix an uninitialized-variable warning.
This commit is contained in:
parent
44e9dafb67
commit
bc9ade055e
@ -336,7 +336,7 @@ parse_port_config(const char *string)
|
||||
{
|
||||
smartlist_t *sl;
|
||||
int virtport;
|
||||
int realport;
|
||||
int realport = 0;
|
||||
uint16_t p;
|
||||
tor_addr_t addr;
|
||||
const char *addrport;
|
||||
|
Loading…
Reference in New Issue
Block a user