]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
One character brain-wave fix (had idea at work)
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 24 Feb 2006 18:22:24 +0000 (18:22 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 24 Feb 2006 18:22:24 +0000 (18:22 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3317 e03df62e-2008-0410-955e-edbf42e46eb7

src/socket.cpp

index 1af2b51ffc542111245114bee30e006f7052eccd..cb2eeb041f0bb19349aed0555008283ef674eabd 100644 (file)
@@ -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))