Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Clovershell/ShellConnection.cs')
-rw-r--r--Clovershell/ShellConnection.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Clovershell/ShellConnection.cs b/Clovershell/ShellConnection.cs
index c1be436f..dc5ba30b 100644
--- a/Clovershell/ShellConnection.cs
+++ b/Clovershell/ShellConnection.cs
@@ -20,6 +20,7 @@ namespace com.clusterrr.clovershell
this.connection = connection;
this.socket = socket;
id = -1;
+ //socket.Send(new byte[] { 0xFF, 0xFD, 0x2D });
}
internal void shellConnectionLoop()