mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Remove some gibberish and german
This commit is contained in:
parent
ef79dac020
commit
1daa74debe
@ -105,7 +105,6 @@ bool Network::CheckNewConnection()
|
|||||||
else if ( v == 0 )
|
else if ( v == 0 )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
printf("Vobb vobb mibb mibb\n");
|
|
||||||
/* The name, please (but drop the packet after this. FIX this...) */
|
/* The name, please (but drop the packet after this. FIX this...) */
|
||||||
char tmp[1];
|
char tmp[1];
|
||||||
socklen_t from_sz = sizeof(struct sockaddr_in);
|
socklen_t from_sz = sizeof(struct sockaddr_in);
|
||||||
@ -133,7 +132,6 @@ bool Network::ConnectTo(const char *hostname, int port)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Es wird gesendet\n");
|
|
||||||
set_sock_opts(sock);
|
set_sock_opts(sock);
|
||||||
|
|
||||||
/* Connect to the server. */
|
/* Connect to the server. */
|
||||||
|
Loading…
Reference in New Issue
Block a user