diff options
Diffstat (limited to 'src/i_insert.go')
-rw-r--r-- | src/i_insert.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_insert.go b/src/i_insert.go index 75f2bf8..ec4589f 100644 --- a/src/i_insert.go +++ b/src/i_insert.go @@ -221,6 +221,7 @@ 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 |