diff options
-rw-r--r-- | src/modules/m_http_client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_http_client.cpp b/src/modules/m_http_client.cpp index 764d51be4..5ddd6ddbd 100644 --- a/src/modules/m_http_client.cpp +++ b/src/modules/m_http_client.cpp @@ -1,4 +1,4 @@ -/* +------------------------------------+ +;/* +------------------------------------+ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * @@ -159,7 +159,6 @@ bool HTTPSocket::DoRequest(HTTPClientRequest *req) in_addr addy1; #ifdef IPV6 in6_addr addy2; - char buf[MAXBUF]; if ((inet_aton(this->host, &addy1) > 0) || (inet_pton(AF_INET6, this->host, &addy2) > 0)) #else if (inet_aton(this->host, &addy1) > 0) |