This reverts commit 7dec57d1eb5c84b9112caeaab7ee37e6e075d466.
@@ -4833,7 +4833,7 @@ socket_t create_socket(const std::string &host, const std::string &ip, int port,
bool ipv6_v6only, SocketOptions socket_options,
BindOrConnect bind_or_connect, time_t timeout_sec = 0) {
// Get address info
- const char *node = "";
+ const char *node = nullptr;
struct addrinfo hints;
struct addrinfo *result;