mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
A non-empty default value of a configuration file name was preventing the db::config::get_conf_dir() to kick in when a default snitch constructor was used (this is the way it's always used from scylla). Fixes issue #459 Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>