This commit is contained in:
AB
2020-06-04 00:48:23 +03:00
parent 29eacf8302
commit 049646e40c
4 changed files with 22 additions and 16 deletions

View File

@ -76,10 +76,10 @@ pub fn read() -> Config {
warn!("Insecure server detected. Set `username` and `password` directives to use auth.");
}
Config {
server: server,
username: username,
password: password,
mountpoint: mountpoint,
server,
username,
password,
mountpoint,
conf_file: config_file.to_string(),
}
}