diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-05-15 16:40:31 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-05-16 08:45:44 -0300 |
| commit | 59a9f29c49ae6719e2d62fc903ab4f1d71ca7f44 (patch) | |
| tree | f17e80ad6476e1768b8bba6c8a8ef8cd80299182 | |
| parent | 40d0f1fb49ad7afb9732c520eee8f9b04307e628 (diff) | |
| download | mullvadvpn-59a9f29c49ae6719e2d62fc903ab4f1d71ca7f44.tar.xz mullvadvpn-59a9f29c49ae6719e2d62fc903ab4f1d71ca7f44.zip | |
Fix comment
| -rw-r--r-- | mullvad-daemon/src/rpc_address_file.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/rpc_address_file.rs b/mullvad-daemon/src/rpc_address_file.rs index 305522260c..a59a7eb485 100644 --- a/mullvad-daemon/src/rpc_address_file.rs +++ b/mullvad-daemon/src/rpc_address_file.rs @@ -27,7 +27,7 @@ error_chain! { } } -/// Writes down the RPC connection info to some API to a file. +/// Writes down the RPC connection info to the RPC file. pub fn write(rpc_address: &str, shared_secret: &str) -> Result<()> { // Avoids opening an existing file owned by another user and writing sensitive data to it. remove()?; |
