We might end up using it elsewhere.
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
&ctdb_config.script_log_level);
}
-int ctdbd_config_load(TALLOC_CTX *mem_ctx,
- struct conf_context **result)
+int ctdb_config_load(TALLOC_CTX *mem_ctx,
+ struct conf_context **result)
{
struct conf_context *conf = NULL;
int ret = 0;
extern struct ctdb_config ctdb_config;
-int ctdbd_config_load(TALLOC_CTX *mem_ctx, struct conf_context **conf);
+int ctdb_config_load(TALLOC_CTX *mem_ctx, struct conf_context **conf);
#endif /* __CTDB_CONFIG_H__ */
* Configuration file handling
*/
- ret = ctdbd_config_load(ctdb, &conf);
+ ret = ctdb_config_load(ctdb, &conf);
if (ret != 0) {
- /* ctdbd_config_load() logs the failure */
+ /* ctdb_config_load() logs the failure */
goto fail;
}