mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- Reworked non-channel fd handling to listener.c
- More channel cleaning up --HG-- extra : convert_revision : 385ec76d0304b93e277d1cc193383db5fd773703
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "channel.h"
|
||||
#include "queue.h"
|
||||
#include "runopts.h"
|
||||
#include "remotetcpfwd.h"
|
||||
#include "listener.h"
|
||||
|
||||
extern int sessinitdone; /* Is set to 0 somewhere */
|
||||
extern int exitflag;
|
||||
@@ -139,8 +139,8 @@ struct sshsession {
|
||||
|
||||
/* TCP forwarding - where manage listeners */
|
||||
#ifndef DISABLE_REMOTETCPFWD
|
||||
struct TCPListener ** tcplisteners;
|
||||
unsigned int tcplistensize;
|
||||
struct Listener ** listeners;
|
||||
unsigned int listensize;
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user