mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 16:03:20 +00:00
locator::gossiping_property_file_snitch: use empty string as a default config file name
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>
This commit is contained in:
committed by
Takuya ASADA
parent
ce046d07da
commit
9dfc08cf9f
@@ -75,7 +75,7 @@ public:
|
||||
}
|
||||
|
||||
gossiping_property_file_snitch(
|
||||
const sstring& fname = snitch_properties_filename,
|
||||
const sstring& fname = "",
|
||||
unsigned io_cpuid = 0);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user