modified: src/client.rs
All checks were successful
gitea/Frida-android-native/pipeline/head This commit looks good

This commit is contained in:
Michael Wain 2024-10-08 02:31:43 +03:00
parent 5a48a7f34c
commit c060374e05

View File

@ -149,7 +149,7 @@ pub async fn client_mode(client_config: ClientConfiguration, fd: i32, env: &JNIE
ltx.send("There is no shared_secret in main loop".as_bytes().to_vec());
}
}
ltx.send("We've got there!".as_bytes().to_vec());
//ltx.send("We've got there!".as_bytes().to_vec());
}