From: brain Date: Fri, 24 Feb 2006 18:22:24 +0000 (+0000) Subject: One character brain-wave fix (had idea at work) X-Git-Tag: v2.0.23~8772 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c30fd933e0cc7e4a1853642f9c7969e290559a85;p=user%2Fhenk%2Fcode%2Finspircd.git 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 --- 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))