You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/mosh/files/mosh-1.3.2-bind-misinterpre...

12 lines
432 B

--- a/src/network/network.cc
+++ b/src/network/network.cc
@@ -335,7 +335,7 @@ bool Connection::try_bind( const char *addr, int port_low, int port_high )
}
}
- if ( bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) {
+ if ( ::bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) {
set_MTU( local_addr.sa.sa_family );
return true;
} else if ( i == search_high ) { /* last port to search */