From ad05691e2da3ba352c3a52f8373e4f04175c1021 Mon Sep 17 00:00:00 2001 From: Hirofumi Kosaka Date: Mon, 10 Apr 2017 18:26:29 +0900 Subject: [PATCH] "remote_config" did not work at Pandora Agent for Windows. #116 --- pandora_agents/win32/pandora_windows_service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_agents/win32/pandora_windows_service.cc b/pandora_agents/win32/pandora_windows_service.cc index 3e9184102c..33ac030544 100644 --- a/pandora_agents/win32/pandora_windows_service.cc +++ b/pandora_agents/win32/pandora_windows_service.cc @@ -1519,7 +1519,7 @@ Pandora_Windows_Service::checkConfig (string file) { } /* Get agent name */ - tmp = conf->getValue ("agent_name"); + agent_name = conf->getValue ("agent_name"); /* Error getting agent name */