~ubuntu-branches/ubuntu/raring/openvpn/raring-proposed

« back to all changes in this revision

Viewing changes to forward.c

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2006-04-05 12:17:26 UTC
  • mto: (1.3.3 upstream) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060405121726-btck979dumiwfrte
Tags: upstream-2.0.6
ImportĀ upstreamĀ versionĀ 2.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
void
298
298
schedule_exit (struct context *c, const int n_seconds)
299
299
{
 
300
  tls_set_single_session (c->c2.tls_multi);
300
301
  update_time ();
301
302
  reset_coarse_timers (c);
302
303
  event_timeout_init (&c->c2.scheduled_exit, n_seconds, now);