From a30d730f722540e20cb93024fda0e749d7ac4d6d Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 25 Apr 2024 20:20:20 +0200 Subject: goot test --- src/i_insert.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/i_insert.go b/src/i_insert.go index 6f7531d..ce08ebc 100644 --- a/src/i_insert.go +++ b/src/i_insert.go @@ -227,7 +227,6 @@ func i_insert_check_ok(data *HardData, in *HostNode) { } } var file [2]string - // TEST: test irl insert + rdp + drives + jump switch in.Protocol { case PROTOCOL_SSH: file[0], file[1] = in.Priv, in.Jump.Priv case PROTOCOL_RDP: file[0], file[1] = in.RDPFile, in.Jump.Priv -- cgit v1.2.3