]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
not test compiled yet: sql modules werent working because someone chopped out the...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 9 Sep 2008 08:32:46 +0000 (08:32 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 9 Sep 2008 08:32:46 +0000 (08:32 +0000)
commitb6497f2715d1df8ccc1461caa52ec600490e44b3
tree46346fe112aba373ec64021adcfeef589e551477
parent27fec307cf7581130563cc09389a2b2c79bc53b9
not test compiled yet: sql modules werent working because someone chopped out the important code that determines what port the new socket is bound to when binding to port "0". The GetPort() method belongs in the listensocketbase derived socket not the bufferedsocket one, and the code for determining the getsockname() belongs in the ctor for the listen derived socket.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10482 e03df62e-2008-0410-955e-edbf42e46eb7
src/modules/extra/m_mysql.cpp