yhirose 2 veckor sedan
förälder
incheckning
7dec57d1eb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      httplib.h

+ 1 - 1
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 = nullptr;
+  const char *node = "";
   struct addrinfo hints;
   struct addrinfo *result;