Browse Source

makes compiler happier

pull/69/head
clowwindy 11 years ago
parent
commit
2608d25f2d
1 changed files with 2 additions and 0 deletions
  1. 2
      src/server.c

2
src/server.c

@ -42,7 +42,9 @@
int verbose = 0;
int udprelay = 0;
#ifdef TCP_FASTOPEN
static int fast_open = 0;
#endif
static int remote_conn = 0;
static int server_conn = 0;

Loading…
Cancel
Save