diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 09:10:48 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 09:10:48 +0200 |
| commit | 5e82c3b62b7bac95e27f7c7782ceed6379537643 (patch) | |
| tree | 9f8f482b236e321bb617eff87c1582723d769fa8 /talpid_openvpn_plugin/src | |
| parent | 82a5ddf1bd3e697ae165af991ea0a3e2476f7bc8 (diff) | |
| parent | ec4d8bd1a5e35bd2f653042d673079dec20e9f49 (diff) | |
| download | mullvadvpn-5e82c3b62b7bac95e27f7c7782ceed6379537643.tar.xz mullvadvpn-5e82c3b62b7bac95e27f7c7782ceed6379537643.zip | |
Merge branch 'cli-with-rpc'
Diffstat (limited to 'talpid_openvpn_plugin/src')
| -rw-r--r-- | talpid_openvpn_plugin/src/processing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid_openvpn_plugin/src/processing.rs b/talpid_openvpn_plugin/src/processing.rs index dd6967135e..8b1591f63d 100644 --- a/talpid_openvpn_plugin/src/processing.rs +++ b/talpid_openvpn_plugin/src/processing.rs @@ -30,6 +30,7 @@ impl EventProcessor { trace!("Processing \"{:?}\" event", event); self.ipc_client .call("openvpn_event", &(event, env)) + .map(|_| ()) .chain_err(|| ErrorKind::IpcSendingError) } } |
