diff common-session.c @ 21:d7cc5b484a2e

- Port restriction code back in - Remove bad strerror() logging
author Matt Johnston <matt@ucc.asn.au>
date Tue, 22 Jun 2004 10:47:16 +0000
parents ab00ef513e97
children c1e5d9195402
line wrap: on
line diff
--- a/common-session.c	Thu Jun 03 18:08:34 2004 +0000
+++ b/common-session.c	Tue Jun 22 10:47:16 2004 +0000
@@ -108,6 +108,8 @@
 
 	ses.chantypes = NULL;
 
+	ses.allowprivport = 0;
+
 
 	TRACE(("leave session_init"));
 }