diff chansession.h @ 974:7c9377467934

Combine code for SSH_CONNECTION and SSH_CLIENT
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Oct 2014 22:33:49 +0800
parents eb5cb4f45cd6
children deed0571cacc
line wrap: on
line diff
--- a/chansession.h	Tue Oct 21 21:43:20 2014 +0800
+++ b/chansession.h	Tue Oct 21 22:33:49 2014 +0800
@@ -51,10 +51,10 @@
 	/* exit details */
 	struct exitinfo exit;
 
-	/* Used to set $SSH_CONNECTION in the child session. 
-	Is only set temporarily before forking */
+
+	/* 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;