comparison chansession.h @ 975:bfc8e66ceacf coverity

merge to coverity
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 Oct 2014 22:34:20 +0800
parents 7c9377467934
children deed0571cacc
comparison
equal deleted inserted replaced
971:763979a9c1f1 975:bfc8e66ceacf
49 unsigned char * term; 49 unsigned char * term;
50 50
51 /* exit details */ 51 /* exit details */
52 struct exitinfo exit; 52 struct exitinfo exit;
53 53
54 /* Used to set $SSH_CONNECTION in the child session. 54
55 Is only set temporarily before forking */ 55 /* These are only set temporarily before forking */
56 /* Used to set $SSH_CONNECTION in the child session. */
56 char *connection_string; 57 char *connection_string;
58 /* Used to set $SSH_CLIENT in the child session. */
59 char *client_string;
57 60
58 #ifndef DISABLE_X11FWD 61 #ifndef DISABLE_X11FWD
59 struct Listener * x11listener; 62 struct Listener * x11listener;
60 int x11port; 63 int x11port;
61 char * x11authprot; 64 char * x11authprot;