X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=ctdb%2Fcommon%2Fconf_tool.c;h=d37f973637697a56de96127b606d766b09933cc3;hb=5eec5e7c1f0dbafbeb627c0ef53944ad9f2d355c;hp=1ee4b027de7ec363b0f053852a1c8970637c7994;hpb=8831f6740e0892d296eaba91805f9d437ecbdb9a;p=metze%2Fsamba%2Fwip.git diff --git a/ctdb/common/conf_tool.c b/ctdb/common/conf_tool.c index 1ee4b027de7e..d37f97363769 100644 --- a/ctdb/common/conf_tool.c +++ b/ctdb/common/conf_tool.c @@ -29,6 +29,7 @@ #include "common/path.h" #include "common/logging_conf.h" +#include "event/event_conf.h" #include "common/conf_tool.h" @@ -236,6 +237,7 @@ int conf_tool_run(struct conf_tool_context *ctx, int *result) /* Call functions to initialize config sections/variables */ logging_conf_init(ctx->conf, NULL); + event_conf_init(ctx->conf); if (! conf_valid(ctx->conf)) { D_ERR("Failed to define configuration options\n");