summaryrefslogtreecommitdiff
path: root/plugin/handler_socket/libhsclient/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/handler_socket/libhsclient/socket.cpp')
-rw-r--r--plugin/handler_socket/libhsclient/socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/handler_socket/libhsclient/socket.cpp b/plugin/handler_socket/libhsclient/socket.cpp
index cf19d4bbe14..2c93a3b4846 100644
--- a/plugin/handler_socket/libhsclient/socket.cpp
+++ b/plugin/handler_socket/libhsclient/socket.cpp
@@ -43,7 +43,7 @@ socket_args::set(const config& conf)
} else {
const char *nd = node.empty() ? 0 : node.c_str();
if (resolve(nd, port.c_str()) != 0) {
- fatal_exit("getaddrinfo failed: " + node + ":" + port);
+ fatal_abort("getaddrinfo failed: " + node + ":" + port);
}
}
}