mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
the socketpair bug is no longer a bug
now it is a documented behavior svn:r1674
This commit is contained in:
parent
5cfec379ae
commit
a3200f79cd
@ -1061,7 +1061,7 @@ int connection_ap_make_bridge(char *address, uint16_t port) {
|
||||
log_fn(LOG_INFO,"Making AP bridge to %s:%d ...",address,port);
|
||||
|
||||
if(tor_socketpair(AF_UNIX, SOCK_STREAM, 0, fd) < 0) {
|
||||
log(LOG_WARN, "Couldn't construct socketpair (we're still working on this bug): %s", strerror(errno));
|
||||
log(LOG_WARN, "Couldn't construct socketpair (%s). Network down? Delaying.", strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user