mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-04-22 09:51:24 +02:00
No need to use net_bind
This commit is contained in:
parent
2e429f2418
commit
98b6ad2e55
@ -56,8 +56,7 @@ bool Network::InitSocket(const char *remote_host, int port)
|
||||
|
||||
/* Connect to the server. */
|
||||
this->InitSockaddr(&this->connection_addr, remote_host, port);
|
||||
fprintf(stderr, "Bajning: %d\n",
|
||||
net_bind(this->sock,(struct sockaddr *)&this->connection_addr,sizeof(struct sockaddr)));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user