An asterisk makes a difference sometimes. Fixes bug 809.

svn:r16758
This commit is contained in:
Nick Mathewson
2008-09-04 20:42:02 +00:00
parent 3f2b7078d2
commit fa2f72ded7
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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);