mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
torture: Add sftp session pointer to torture_state
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -73,6 +73,7 @@ struct torture_state {
|
||||
char *srv_config;
|
||||
struct {
|
||||
ssh_session session;
|
||||
struct torture_sftp *tsftp;
|
||||
} ssh;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user