Turn sshsession's remoteident attribute into char *

This commit is contained in:
Gaël PORTAY
2015-05-02 22:48:11 +02:00
parent 449ddae628
commit 947d2697cf
2 changed files with 4 additions and 4 deletions

View File

@@ -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() */