mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Turn sshsession's remoteident attribute into char *
This commit is contained in:
@@ -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() */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user