Przeglądaj źródła

removed old ssh2 patch

Eugene Pankov 4 lat temu
rodzic
commit
e4ae114c71
1 zmienionych plików z 0 dodań i 15 usunięć
  1. 0 15
      patches/ssh2+1.1.0.patch

+ 0 - 15
patches/ssh2+1.1.0.patch

@@ -1,15 +0,0 @@
-diff --git a/node_modules/ssh2/lib/protocol/Protocol.js b/node_modules/ssh2/lib/protocol/Protocol.js
-index b4d1ee0..1e3ac66 100644
---- a/node_modules/ssh2/lib/protocol/Protocol.js
-+++ b/node_modules/ssh2/lib/protocol/Protocol.js
-@@ -254,8 +254,8 @@ class Protocol {
-       );
-       if (greeting)
-         this._onWrite(greeting);
--      this._onWrite(this._identRaw);
--      this._onWrite(CRLF);
-+      this._onWrite(Buffer.concat([this._identRaw, CRLF]));
-+      // this._onWrite(CRLF);
-     });
-   }
-   _destruct(reason) {