From dbc530ccb1cbdd779738159d83bf90a7960d863e Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sun, 20 Nov 2016 15:39:07 +0800 Subject: [PATCH] Fix #966 --- src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.c b/src/server.c index 7ba673b4..1c002e68 100644 --- a/src/server.c +++ b/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) {