Ensure that sessionkill is not called on an unopened session (borks the freelist).
authorbodea <bodea>
Mon, 14 Feb 2005 06:00:57 +0000 (06:00 +0000)
committerbodea <bodea>
Mon, 14 Feb 2005 06:00:57 +0000 (06:00 +0000)
Fix off-by-one errors in session/tunnel initialisation and sessiont <-> sessionidt functions.
Use session[s].opened consistently when checking for in-use sessions (rather than session[s].tunnel).
Use <= cluster_highest_sessionid rather than < MAXSESSION in a couple of loops.


No differences found