mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
An asterisk makes a difference sometimes. Fixes bug 809.
svn:r16758
This commit is contained in:
@@ -917,7 +917,7 @@ tor_addr_port_parse(const char *s, tor_addr_t *addr_out, uint16_t *port_out)
|
||||
portval = 0;
|
||||
}
|
||||
|
||||
if (*port_out)
|
||||
if (port_out)
|
||||
*port_out = portval;
|
||||
tor_addr_copy(addr_out, &addr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user