aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-11 23:26:25 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-11 23:26:25 +0100
commit3ace7817b4c438d34f63313493cd82ae0dcf2757 (patch)
tree998a5415377a1e1b7006059a093d37ce179202b5 /include
parent0de35ca8f09cf6d2ac101db3730cea58ca72caf1 (diff)
downloadlibssh-3ace7817b4c438d34f63313493cd82ae0dcf2757.tar.gz
libssh-3ace7817b4c438d34f63313493cd82ae0dcf2757.tar.xz
libssh-3ace7817b4c438d34f63313493cd82ae0dcf2757.zip
Async connection + banner fetch is working
Diffstat (limited to 'include')
-rw-r--r--include/libssh/session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 09ed655d..2dae9ccb 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -65,8 +65,6 @@ struct ssh_session_struct {
ssh_string banner; /* that's the issue banner from
the server */
- char *remotebanner; /* that's the SSH- banner from
- remote host. */
char *discon_msg; /* disconnect message from
the remote host */
ssh_buffer in_buffer;