fix for commit e419c950
This commit is contained in:
+1
-1
@@ -1025,7 +1025,7 @@ int main(int argc, char* argv[], char* envp[]) {
|
|||||||
device->getName());
|
device->getName());
|
||||||
|
|
||||||
// load configuration files
|
// load configuration files
|
||||||
s_scanHelper->loadConfigFiles(s_messageMap);
|
s_scanHelper->loadConfigFiles(!s_opt.scanConfig);
|
||||||
|
|
||||||
// create the MainLoop and start it
|
// create the MainLoop and start it
|
||||||
s_mainLoop = new MainLoop(s_opt, device, s_messageMap, s_scanHelper);
|
s_mainLoop = new MainLoop(s_opt, device, s_messageMap, s_scanHelper);
|
||||||
|
|||||||
Reference in New Issue
Block a user