mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Turn ChanSess's tty and term attributes into char *
This commit is contained in:
@@ -45,8 +45,8 @@ struct ChanSess {
|
||||
/* pty details */
|
||||
int master; /* the master terminal fd*/
|
||||
int slave;
|
||||
unsigned char * tty;
|
||||
unsigned char * term;
|
||||
char * tty;
|
||||
char * term;
|
||||
|
||||
/* exit details */
|
||||
struct exitinfo exit;
|
||||
|
||||
Reference in New Issue
Block a user