diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-06-01 10:48:46 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-06-01 10:48:46 +0000 |
commit | 60a495d854b1132dd31c927ea59ecdcd790286ee (patch) | |
tree | e78db6cf75486a1967b16528043c99545e54e90c /common-session.c | |
parent | 58e9df28e46c447b3390da01f2adba63b616c2a7 (diff) | |
download | dropbear-60a495d854b1132dd31c927ea59ecdcd790286ee.tar.gz |
Sorted out the first channel init issues.
Diffstat (limited to 'common-session.c')
-rw-r--r-- | common-session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common-session.c b/common-session.c index 5e87c9a..fce301a 100644 --- a/common-session.c +++ b/common-session.c @@ -106,6 +106,8 @@ void common_session_init(int sock, runopts *opts) { ses.dh_K = NULL; ses.remoteident = NULL; + ses.chantypes = NULL; + TRACE(("leave session_init")); } |