Skip to content

Commit b5d1f89

Browse files
fixup! client: mobile: apply yaml config to mobile
1 parent f0ee457 commit b5d1f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightway-client/src/mobile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl RustVpnConnection {
155155
config.apply(serde_saphyr::from_str(&config_content)?);
156156
config.servers.push(crate::config::ConnectionConfig {
157157
server: config.server.clone(),
158-
mode: config.mode.clone(),
158+
mode: config.mode,
159159
server_dn: config.server_dn.take(),
160160
cipher: config.cipher,
161161
outside_mtu: config.outside_mtu,

0 commit comments

Comments
 (0)