Browse Source

Fix #966

pull/975/head
Max Lv 8 years ago
parent
commit
dbc530ccb1
1 changed files with 1 additions and 1 deletions
  1. 2
      src/server.c

2
src/server.c

@ -528,7 +528,7 @@ connect_to_remote(EV_P_ struct addrinfo *res,
if (bind_address != NULL)
if (bind_to_address(sockfd, bind_address) == -1)
ERROR("bind_to_address");
FATAL("unable to bind the specific address");
#ifdef SET_INTERFACE
if (iface) {

Loading…
Cancel
Save