minoe white space

dynamic-accesslists
erdgeist 2009-01-01 17:44:04 +00:00
parent 3ee8991200
commit 5c99e50e25
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ static void server_mainloop( ) {
}
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
char *protos[] = {"TCP","UDP","UDP mcast"};