From ac5a54e24ac79a33ddf8320811d981b950e21e8e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 14 Apr 2009 10:22:20 -0400 Subject: Make reconnection to the Data Provider a global setting Previously, every DP client was allowed to set its own "retries" option. This option was ambiguous, and useless. All DP clients will now use a global option set in the services config called "reconnection_retries" --- server/monitor/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/monitor') diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index 69640b99..dd80830b 100644 --- a/server/monitor/monitor.c +++ b/server/monitor/monitor.c @@ -558,7 +558,7 @@ int get_monitor_config(struct mt_ctx *ctx) } ret = confdb_get_string(ctx->cdb, ctx, - "config/services", "activeServices", + SERVICE_CONF_ENTRY, "activeServices", NULL, &svcs); if (ret != EOK || svcs == NULL) { -- cgit