summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-types/src/location.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-types/src/location.rs b/mullvad-types/src/location.rs
index 629f15d37a..fbb2c1a7ef 100644
--- a/mullvad-types/src/location.rs
+++ b/mullvad-types/src/location.rs
@@ -63,7 +63,7 @@ pub struct AmIMullvad {
}
/// GeoIP information exposed from the daemon to frontends.
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct GeoIpLocation {
pub ipv4: Option<Ipv4Addr>,
pub ipv6: Option<Ipv6Addr>,