diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-03-06 15:27:25 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-03-06 15:27:25 +0100 |
| commit | c354d79ea9634f77eb1a58b3c22d9e8f8229454f (patch) | |
| tree | e644230f3cb7e27d0a74624e21b3ca0537989be1 /talpid_cli/src | |
| parent | c8f40a5088199ad18078418c503277dd24f6dfc8 (diff) | |
| parent | 379172f8b87aebc9f2e7c4327d6d3ef744f9dc93 (diff) | |
| download | mullvadvpn-c354d79ea9634f77eb1a58b3c22d9e8f8229454f.tar.xz mullvadvpn-c354d79ea9634f77eb1a58b3c22d9e8f8229454f.zip | |
Merge branch 'openvpn-command-plugin'
Diffstat (limited to 'talpid_cli/src')
| -rw-r--r-- | talpid_cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_cli/src/main.rs b/talpid_cli/src/main.rs index 4a4239f622..552e47bdc7 100644 --- a/talpid_cli/src/main.rs +++ b/talpid_cli/src/main.rs @@ -11,8 +11,8 @@ use std::io::{self, Read, Write}; use std::sync::mpsc::{self, Receiver}; use std::thread; -use talpid_core::process::OpenVpnCommand; use talpid_core::process::monitor::{ChildMonitor, ChildSpawner}; +use talpid_core::process::openvpn::OpenVpnCommand; mod cli; |
