Skip to content

Commit b4a30ca

Browse files
committed
1 parent f801c25 commit b4a30ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ impl Connection {
13791379
}
13801380
#[cfg(not(any(target_os = "android", target_os = "ios")))]
13811381
if self.file_transfer.is_some() {
1382-
if crate::platform::is_prelogin() || self.tx_to_cm.send(ipc::Data::Test).is_err() {
1382+
if crate::platform::is_prelogin() { // }|| self.tx_to_cm.send(ipc::Data::Test).is_err() {
13831383
username = "".to_owned();
13841384
}
13851385
}

0 commit comments

Comments
 (0)