mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Call OnBoot() in OnLoad() again since closing stdout bug is now fixed
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@153 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
* better solution then plain text.
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.10 2005/04/18 22:56:42 prozacx
|
||||
* Call OnBoot() in OnLoad() again since closing stdout bug is now fixed
|
||||
*
|
||||
* Revision 1.9 2005/04/18 22:32:24 imaginos
|
||||
* move password reset into BootStrap
|
||||
*
|
||||
@@ -101,6 +104,7 @@ public:
|
||||
if (!sArgs.empty())
|
||||
{
|
||||
m_sPassword = CBlowfish::MD5( sArgs );
|
||||
return( OnBoot() );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user