diff --git a/httplib.h b/httplib.h index 080df62..526623a 100644 --- a/httplib.h +++ b/httplib.h @@ -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;