minoe white space
parent
e6ceb56796
commit
ea4bff6bdc
|
@ -2,7 +2,7 @@
|
|||
It is considered beerware. Prost. Skol. Cheers or whatever.
|
||||
Some of the stuff below is stolen from Fefes example libowfat httpd.
|
||||
|
||||
$Id: opentracker.c,v 1.205 2008/12/07 03:50:51 erdgeist Exp $ */
|
||||
$Id: opentracker.c,v 1.206 2009/01/01 17:44:04 erdgeist Exp $ */
|
||||
|
||||
/* System */
|
||||
#include <stdlib.h>
|
||||
|
@ -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"};
|
||||
|
@ -431,4 +431,4 @@ while( scanon ) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
const char *g_version_opentracker_c = "$Source: /home/cvsroot/opentracker/opentracker.c,v $: $Revision: 1.205 $\n";
|
||||
const char *g_version_opentracker_c = "$Source: /home/cvsroot/opentracker/opentracker.c,v $: $Revision: 1.206 $\n";
|
||||
|
|
Loading…
Reference in New Issue