[pisa-src] r1230 - trunk/pisacd/cdmain.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 19 Oct 2009 13:08:49 +0200

Author: tjansen
Date: Mon Oct 19 13:08:49 2009
New Revision: 1230

Log:
Deprecated preauth code.

Modified:
   trunk/pisacd/cdmain.c

Modified: trunk/pisacd/cdmain.c
==============================================================================
--- trunk/pisacd/cdmain.c       Mon Oct 19 13:02:48 2009        (r1229)
+++ trunk/pisacd/cdmain.c       Mon Oct 19 13:08:49 2009        (r1230)
@@ -289,7 +289,9 @@
 
        pisa_conmgr_cleanup(&cd_ctx.conlist, cd_ctx.natlist);
 
+#ifdef REMOVE_PREAUTH_CODE
        alarm(0);
+#endif /* REMOVE_PREAUTH_CODE */
        pisa_tunnel_remove_firewall_rules(cd_ctx.ifname_tunnel);
        pisa_nat_destroy(cd_ctx.natlist);
        cdctx_destroy(&cd_ctx);

Other related posts:

  • » [pisa-src] r1230 - trunk/pisacd/cdmain.c - Thomas Jansen