Changeset 560

Show
Ignore:
Timestamp:
06/02/06 12:39:02 (3 years ago)
Author:
common
Message:

nepenthes
- Nepenthes.cpp create LogManager? in constructor, so we can use it right from the beginning to the bitter end

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp

    r558 r560  
    9595        m_DownloadManager   = NULL; 
    9696        m_EventManager  = NULL; 
    97         m_LogManager    = NULL
     97        m_LogManager    = new LogManager
    9898        m_ModuleManager = NULL; 
    9999        m_ShellcodeManager  = NULL; 
     
    370370                } 
    371371 
    372                 m_LogManager        = new LogManager(); 
     372 
    373373                if (filecheck == false || verbose == true ) 
    374374                {