summaryrefslogtreecommitdiffhomepage
path: root/talpid_openvpn_plugin/src/processing.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-07-10 09:10:48 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-07-10 09:10:48 +0200
commit5e82c3b62b7bac95e27f7c7782ceed6379537643 (patch)
tree9f8f482b236e321bb617eff87c1582723d769fa8 /talpid_openvpn_plugin/src/processing.rs
parent82a5ddf1bd3e697ae165af991ea0a3e2476f7bc8 (diff)
parentec4d8bd1a5e35bd2f653042d673079dec20e9f49 (diff)
downloadmullvadvpn-5e82c3b62b7bac95e27f7c7782ceed6379537643.tar.xz
mullvadvpn-5e82c3b62b7bac95e27f7c7782ceed6379537643.zip
Merge branch 'cli-with-rpc'
Diffstat (limited to 'talpid_openvpn_plugin/src/processing.rs')
-rw-r--r--talpid_openvpn_plugin/src/processing.rs1
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)
}
}