summaryrefslogtreecommitdiffhomepage
path: root/chansession.h
diff options
context:
space:
mode:
Diffstat (limited to 'chansession.h')
-rw-r--r--chansession.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chansession.h b/chansession.h
index 50ba8f0..4078123 100644
--- a/chansession.h
+++ b/chansession.h
@@ -51,10 +51,10 @@ struct ChanSess {
/* exit details */
struct exitinfo exit;
- /* Used to set $SSH_CONNECTION in the child session.
- Is only set temporarily before forking */
- char *connection_string;
+ /* These are only set temporarily before forking */
+ /* Used to set $SSH_CONNECTION in the child session. */
+ char *connection_string;
/* Used to set $SSH_CLIENT in the child session. */
char *client_string;