diff --git a/src/apps/manager/manager.c b/src/apps/manager/manager.c index 134e550..adb0242 100644 --- a/src/apps/manager/manager.c +++ b/src/apps/manager/manager.c @@ -302,7 +302,7 @@ StartAgentsWithPriority(int priority, BOOL onlyCrashed, BOOL printMessage) static BOOL LoadAgentConfiguration() { - unsigned char *config; + char *config; BOOL retcode = FALSE; BongoJsonNode *node; BongoJsonResult res;