mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
ac926a506d
In a future commit we will add support for loading the config file from the `ctdb` command line tool. Prior to this change the config file load func always called D_NOTICE that causes the command to emit new text and thus break all the tests that rely on the specific test output (not to mention something users could notice). This change plumbs a new `verbose` argument into some of the config file loading functions. Generally, all existing functions will have verbose set to true to match the existing behavior. Future callers of this function can set it to false in order to avoid emitting the extra text. Signed-off-by: John Mulligan <jmulligan@redhat.com> Reviewed-by: Martin Schwenke <martin@meltin.net> |
||
---|---|---|
.. | ||
cluster_conf.c | ||
cluster_conf.h | ||
conf_tool.c | ||
conf_tool.h | ||
conf.c | ||
conf.h | ||
ctdb_config.c | ||
ctdb_config.h | ||
database_conf.c | ||
database_conf.h | ||
event_conf.c | ||
event_conf.h | ||
failover_conf.c | ||
failover_conf.h | ||
legacy_conf.c | ||
legacy_conf.h | ||
logging_conf.c | ||
logging_conf.h | ||
node.c | ||
node.h |