From c060374e05dd66fbd76a801138b7c30ccd745e1e Mon Sep 17 00:00:00 2001 From: alterdekim Date: Tue, 8 Oct 2024 02:31:43 +0300 Subject: [PATCH] modified: src/client.rs --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 4cd216f..0d5928a 100644 --- a/src/client.rs +++ b/src/client.rs @@ -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()); }