mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
more compile options mean more codepaths
svn:r6963
This commit is contained in:
parent
80282d8f55
commit
ed567c6feb
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ dns_found_answer(const char *address, uint32_t addr, char outcome,
|
|||
* <b>exitconn</b>-\>address; tell that dns worker to begin resolving.
|
||||
*/
|
||||
static int
|
||||
lauch_resolve(edge_connection_t *exitconn)
|
||||
launch_resolve(edge_connection_t *exitconn)
|
||||
{
|
||||
connection_t *dnsconn;
|
||||
unsigned char len;
|
||||
|
|
Loading…
Add table
Reference in a new issue