]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Moved LoadAllModules out of constructor, because value of 'this' isnt assigned till...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 16 Dec 2005 12:18:27 +0000 (12:18 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 16 Dec 2005 12:18:27 +0000 (12:18 +0000)
commitb593267ff17558906cff94e5b30ada977364294a
treea1ac4670c6bbe51e154d1dde913f2d747e01ffa2
parent9d37575438cd4b907396e89fb174a7e519508be9
Moved LoadAllModules out of constructor, because value of 'this' isnt assigned till AFTER constructor is done so this means that if we load modules this early, we get a segfault. Load modules within ::Run().

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