diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 17:08:35 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 17:08:35 +0200 |
| commit | 1b0c71bc75332d6f10d172e158988d3076ec5e5c (patch) | |
| tree | 08fa9191ad208b5cfc2259691e7368ce87f0540e /talpid_openvpn_plugin/src/processing.rs | |
| parent | 5e82c3b62b7bac95e27f7c7782ceed6379537643 (diff) | |
| parent | 22d6e1347ee8803bf07388d461a90dbeb8fe5c7c (diff) | |
| download | mullvadvpn-1b0c71bc75332d6f10d172e158988d3076ec5e5c.tar.xz mullvadvpn-1b0c71bc75332d6f10d172e158988d3076ec5e5c.zip | |
Merge branch 'cli-support-connect-disconnect'
Diffstat (limited to 'talpid_openvpn_plugin/src/processing.rs')
| -rw-r--r-- | talpid_openvpn_plugin/src/processing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_openvpn_plugin/src/processing.rs b/talpid_openvpn_plugin/src/processing.rs index 8b1591f63d..e33097c633 100644 --- a/talpid_openvpn_plugin/src/processing.rs +++ b/talpid_openvpn_plugin/src/processing.rs @@ -30,7 +30,7 @@ impl EventProcessor { trace!("Processing \"{:?}\" event", event); self.ipc_client .call("openvpn_event", &(event, env)) - .map(|_| ()) + .map(|_: Option<()>| ()) .chain_err(|| ErrorKind::IpcSendingError) } } |
