mirror of
git://erdgeist.org/opentracker
synced 2025-02-09 21:46:23 +00:00
minoe white space
This commit is contained in:
parent
3ee8991200
commit
5c99e50e25
@ -222,7 +222,7 @@ static void server_mainloop( ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int64_t ot_try_bind( char ip[4], uint16_t port, PROTO_FLAG proto ) {
|
static int64_t ot_try_bind( char ip[4], uint16_t port, PROTO_FLAG proto ) {
|
||||||
int64 s = proto == FLAG_TCP ? socket_tcp4( ) : socket_udp4();
|
int64 s = proto == FLAG_TCP ? socket_tcp4( ) : socket_udp4( );
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
char *protos[] = {"TCP","UDP","UDP mcast"};
|
char *protos[] = {"TCP","UDP","UDP mcast"};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user