Remove CMD_SENDENVIRON.

This commit is contained in:
Nicholas Marriott
2013-10-06 00:02:52 +01:00
parent 5eeee39cc1
commit 7e4314eccb
4 changed files with 5 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ const struct cmd_entry cmd_attach_session_entry = {
"attach-session", "attach",
"drt:", 0, 0,
"[-dr] " CMD_TARGET_SESSION_USAGE,
CMD_CANTNEST|CMD_STARTSERVER|CMD_SENDENVIRON,
CMD_CANTNEST|CMD_STARTSERVER,
NULL,
cmd_attach_session_exec
};