Fix default cookie path on unix systems
This commit is contained in:
parent
c1041d2096
commit
4582432128
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ fn get_paths() -> Vec<String> {
|
|||
|
||||
#[cfg(unix)]
|
||||
fn get_paths() -> Vec<String> {
|
||||
own_vec(vec!["./fortunes", "./cookies", "/lib/share/games/fortunes"])
|
||||
own_vec(vec!["./fortunes", "./cookies", "/usr/share/games/fortunes"])
|
||||
}
|
||||
|
||||
pub struct Cookie {
|
||||
|
|
Loading…
Reference in a new issue