Browse Source

Refine #1852

pull/1877/head
Max Lv 7 years ago
parent
commit
b26cbc2755
1 changed files with 1 additions and 1 deletions
  1. 2
      src/jconf.c

2
src/jconf.c

@ -298,7 +298,7 @@ read_jconf(const char *file)
if (mode_str == NULL)
conf.mode = TCP_ONLY;
if (strcmp(mode_str, "tcp_only") == 0)
else if (strcmp(mode_str, "tcp_only") == 0)
conf.mode = TCP_ONLY;
else if (strcmp(mode_str, "tcp_and_udp") == 0)
conf.mode = TCP_AND_UDP;

Loading…
Cancel
Save