We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934d9cf commit 8e760cfCopy full SHA for 8e760cf
snxcore/src/ccc.rs
@@ -65,7 +65,7 @@ impl CccHttpClient {
65
password,
66
client_logging_data: Some(ClientLoggingData {
67
os_name: Some("Windows".into()),
68
- device_id: Some(crate::util::get_device_id().into()),
+ device_id: Some(crate::util::get_device_id()),
69
..Default::default()
70
}),
71
selected_login_option: Some(self.params.login_type.clone()),
snxcore/src/tunnel/ipsec/connector.rs
@@ -456,7 +456,7 @@ impl TunnelConnector for IpsecTunnelConnector {
456
secondary_realm_hash: None,
457
458
os_name: Some("Windows".to_owned()),
459
460
461
462
};
0 commit comments