From c30fd933e0cc7e4a1853642f9c7969e290559a85 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 24 Feb 2006 18:22:24 +0000 Subject: [PATCH] One character brain-wave fix (had idea at work) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3317 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/socket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socket.cpp b/src/socket.cpp index 1af2b51ff..cb2eeb041 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -95,7 +95,7 @@ InspSocket::InspSocket(std::string ahost, int port, bool listening, unsigned lon } else { - this->host = host; + this->host = ahost; this->port = port; if (!inet_aton(host.c_str(),&addy)) -- 2.39.5