Fixed remote_config (broken by another feature).

This commit is contained in:
Ramon Novoa 2015-02-09 13:37:32 +01:00
parent 1a126158eb
commit ba1c14ec4f
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}