We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f801c25 commit b4a30caCopy full SHA for b4a30ca
1 file changed
src/server/connection.rs
@@ -1379,7 +1379,7 @@ impl Connection {
1379
}
1380
#[cfg(not(any(target_os = "android", target_os = "ios")))]
1381
if self.file_transfer.is_some() {
1382
- if crate::platform::is_prelogin() || self.tx_to_cm.send(ipc::Data::Test).is_err() {
+ if crate::platform::is_prelogin() { // }|| self.tx_to_cm.send(ipc::Data::Test).is_err() {
1383
username = "".to_owned();
1384
1385
0 commit comments