From 92bbb061acc027bbe29a8973422a60eda5bff88e Mon Sep 17 00:00:00 2001 From: james Date: Wed, 14 Dec 2005 01:09:11 +0000 Subject: svn merge -r 845:854 $SO/trunk/openvpn . git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@855 e7ae566f-a301-0410-adde-c780ea21d3b5 --- forward.c | 1 + 1 file changed, 1 insertion(+) (limited to 'forward.c') diff --git a/forward.c b/forward.c index 338d862..5c35562 100644 --- a/forward.c +++ b/forward.c @@ -302,6 +302,7 @@ check_inactivity_timeout_dowork (struct context *c) void schedule_exit (struct context *c, const int n_seconds) { + tls_set_single_session (c->c2.tls_multi); update_time (); reset_coarse_timers (c); event_timeout_init (&c->c2.scheduled_exit, n_seconds, now); -- cgit v1.2.3