mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix a wide line.
svn:r18341
This commit is contained in:
parent
1ca25b36d7
commit
0f2e171653
@ -1112,7 +1112,8 @@ configure_nameservers(int force)
|
||||
log_warn(LD_BUG, "Couldn't convert outboung bind address to sockaddr."
|
||||
" Ignoring.");
|
||||
} else {
|
||||
evdns_set_default_outgoing_bind_address((struct sockaddr *)&ss,socklen);
|
||||
evdns_set_default_outgoing_bind_address((struct sockaddr *)&ss,
|
||||
socklen);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user