diff options
author | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-02 22:48:11 +0200 |
---|---|---|
committer | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-05 20:39:14 +0200 |
commit | 947d2697cf01acd28ce7eb619dbcec2ac4a0e381 (patch) | |
tree | 09fb9dc3873f5c3e86c7b0ba384bfc18b8c691b0 /session.h | |
parent | 449ddae628ea23f8b1e7179ab3ff2c81cffa57a0 (diff) |
Turn sshsession's remoteident attribute into char *
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() */ |