Skip to content

Commit 84c93a6

Browse files
committed
fixes of sttp stuff
1 parent 87297ee commit 84c93a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ghost_terminal.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ constexpr auto GT_VAR = 13;
2020
using namespace SSTP_link_n;
2121
using namespace std;
2222

23-
SSTP_link_t linker({{L"Charset",L"UTF-8"},{L"Sender",L"Ghost Terminal"}});
23+
SSTP_link_t linker({
24+
{L"Charset",L"UTF-8"},
25+
{L"Sender",L"Ghost Terminal"},
26+
{L"SecurityLevel",L"local"}
27+
});
2428
namespace args_info {
2529
wstring ghost_link_to;
2630
HWND ghost_hwnd=NULL;

my-gists

0 commit comments

Comments
 (0)