diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-06-12 15:04:27 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-06-12 15:17:07 +0200 |
| commit | 8c0594fbf0e8613f90056e2f49466220eff337f3 (patch) | |
| tree | 79dc2fcbd97d5b4229980cc64ec67196e30fe9dc | |
| parent | ede2714f675fb12c022e16ae12bf1fde2546122a (diff) | |
| download | mullvadvpn-8c0594fbf0e8613f90056e2f49466220eff337f3.tar.xz mullvadvpn-8c0594fbf0e8613f90056e2f49466220eff337f3.zip | |
Remove superfluous unit value
| -rw-r--r-- | mullvad-daemon/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs index f1383d622e..6b3c061398 100644 --- a/mullvad-daemon/src/lib.rs +++ b/mullvad-daemon/src/lib.rs @@ -1116,7 +1116,6 @@ where .check_wg_key(account, public_key.clone()) .map(|is_valid| { Self::oneshot_send(tx, is_valid, "verify_wireguard_key response"); - () }) .map_err(|e| log::error!("Failed to verify wireguard key - {}", e)); if let Err(e) = self.tokio_remote.execute(fut) { |
