Updated getForwardState

getForwardState
This commit is contained in:
Cleverson 2020-01-07 14:27:29 -03:00 committed by GitHub
parent 73f1c34120
commit 0cf1c9bcc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ void LogEventsMngr::CLogEvent::setForwardState(ForwardState state)
ForwardState LogEventsMngr::CLogEvent::getForwardState()
{
return m_State = state;
return m_State;
}
int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos)