summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@gmail.com>2015-05-02 22:48:11 +0200
committerGaël PORTAY <gael.portay@gmail.com>2015-05-05 20:39:14 +0200
commit947d2697cf01acd28ce7eb619dbcec2ac4a0e381 (patch)
tree09fb9dc3873f5c3e86c7b0ba384bfc18b8c691b0 /session.h
parent449ddae628ea23f8b1e7179ab3ff2c81cffa57a0 (diff)
Turn sshsession's remoteident attribute into char *
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index 0c96075..99c96cb 100644
--- a/session.h
+++ b/session.h
@@ -115,7 +115,7 @@ struct sshsession {
/* remotehost will be initially NULL as we delay
* reading the remote version string. it will be set
* by the time any recv_() packet methods are called */
- unsigned char *remoteident;
+ char *remoteident;
int maxfd; /* the maximum file descriptor to check with select() */