From 3ace7817b4c438d34f63313493cd82ae0dcf2757 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 11 Dec 2009 23:26:25 +0100 Subject: Async connection + banner fetch is working --- include/libssh/session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3