diff options
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 fce301a..71e9e68 100644 --- a/common-session.c +++ b/common-session.c @@ -108,6 +108,8 @@ void common_session_init(int sock, runopts *opts) { ses.chantypes = NULL; + ses.allowprivport = 0; + TRACE(("leave session_init")); } |