diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-06-18 15:26:48 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-06-18 15:26:48 +0200 |
| commit | 98a490136f60fed7bbaa0886c3c8ca2024a756df (patch) | |
| tree | 611616384d72f64fbf4a795e909499ecc42a02f3 | |
| parent | 4fca110815f9dc6885fe17b5fce1c2e9ff7e482e (diff) | |
| download | mullvadvpn-98a490136f60fed7bbaa0886c3c8ca2024a756df.tar.xz mullvadvpn-98a490136f60fed7bbaa0886c3c8ca2024a756df.zip | |
Rename RPC address file
| -rw-r--r-- | mullvad_daemon/src/rpc_info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad_daemon/src/rpc_info.rs b/mullvad_daemon/src/rpc_info.rs index 145a57fb8a..f1dae58506 100644 --- a/mullvad_daemon/src/rpc_info.rs +++ b/mullvad_daemon/src/rpc_info.rs @@ -17,7 +17,7 @@ error_chain! { lazy_static! { /// The path to the file where we write the RPC address - static ref RPC_ADDRESS_FILE_PATH: &'static Path = Path::new("./.rpc_address"); + static ref RPC_ADDRESS_FILE_PATH: &'static Path = Path::new("./.mullvad_rpc_address"); } /// Writes down the RPC address to some API to a file. |
