Initialize all members even in private ctor.
This commit is contained in:
parent
94a1f44fd7
commit
233d759a00
@ -90,6 +90,8 @@ ProcessJobModule::initFrom( const YAML::Node& node )
|
||||
|
||||
ProcessJobModule::ProcessJobModule()
|
||||
: Module()
|
||||
, m_secondsTimeout( 30 )
|
||||
, m_runInChroot( false )
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user