Skip to content
Snippets Groups Projects
Commit 388c6d51 authored by rswindell's avatar rswindell
Browse files

Restore the ssh_session definition USE_CRYPTLIB guard.

Elminate unused member variable: inputfile
parent 4f882bdf
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,9 @@ public:
char client_ident[128];
char client_ipaddr[INET6_ADDRSTRLEN];
char local_addr[INET6_ADDRSTRLEN];
#ifdef USE_CRYPTLIB
CRYPT_SESSION ssh_session;
#endif
int session_channel;
bool ssh_mode;
SOCKET passthru_socket;
......@@ -425,7 +427,6 @@ public:
int nodefile; /* File handle for node.dab */
pthread_mutex_t nodefile_mutex;
int node_ext; /* File handle for node.exb */
int inputfile; /* File handle to use for input */
/* Batch download queue */
char **batdn_name; /* Filenames */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment