Fixed remote_config (broken by another feature).
This commit is contained in:
parent
1a126158eb
commit
ba1c14ec4f
|
@ -1436,7 +1436,7 @@ Pandora_Windows_Service::checkConfig (string file) {
|
|||
}
|
||||
|
||||
/* Error getting agent name */
|
||||
if (tmp.empty ()) {
|
||||
if (agent_name.empty ()) {
|
||||
pandoraDebug ("Pandora_Windows_Service::checkConfig: Error getting agent name");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue