Browse Source

Fix #2692

pull/2694/head
Max Lv 4 years ago
parent
commit
aa9fe8cceb
1 changed files with 1 additions and 1 deletions
  1. 2
      src/server.c

2
src/server.c

@ -1992,7 +1992,7 @@ main(int argc, char **argv)
// Bind to port
int listenfd;
listenfd = create_and_bind(host, server_port, mptcp);
listenfd = create_and_bind(host, port, mptcp);
if (listenfd == -1) {
continue;
}

Loading…
Cancel
Save