summaryrefslogtreecommitdiffhomepage
path: root/svr-session.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-06-02 04:59:49 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-06-02 04:59:49 +0000
commit513f947d62351e5af77676e20740232d753cd5b1 (patch)
treeab192e9de5cff39eaffe5b01eeb96d7a283826d1 /svr-session.c
parent615226304502fa609213917042bffce8c4c83241 (diff)
Chantype handling is sorted
--HG-- extra : convert_revision : 807efead6ecf690f147fd8145aa9d78ff894cdb2
Diffstat (limited to 'svr-session.c')
-rw-r--r--svr-session.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/svr-session.c b/svr-session.c
index c6f05cc..8e8eaea 100644
--- a/svr-session.c
+++ b/svr-session.c
@@ -35,6 +35,7 @@
#include "channel.h"
#include "chansession.h"
#include "atomicio.h"
+#include "localtcpfwd.h"
static void svr_remoteclosed();
@@ -42,6 +43,7 @@ struct serversession svr_ses;
const struct ChanType *chantypes[] = {
&svrchansess,
+ &chan_tcpdirect,
NULL /* Null termination is mandatory. */
};