mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Use the target print function for copy-mode, spotted by Tiago Cunha.
This commit is contained in:
parent
9ee979167a
commit
121ba57b55
@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = {
|
|||||||
cmd_target_parse,
|
cmd_target_parse,
|
||||||
cmd_copy_mode_exec,
|
cmd_copy_mode_exec,
|
||||||
cmd_target_free,
|
cmd_target_free,
|
||||||
NULL
|
cmd_target_print
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user