[pisa-src] r1091 - trunk/pisacd

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 12 Oct 2009 15:10:03 +0200

Author: tjansen
Date: Mon Oct 12 15:10:03 2009
New Revision: 1091

Log:
Disabled more PREAUTH code.

Modified:
   trunk/pisacd/cdmain.c

Modified: trunk/pisacd/cdmain.c
==============================================================================
--- trunk/pisacd/cdmain.c       Mon Oct 12 14:42:03 2009        (r1090)
+++ trunk/pisacd/cdmain.c       Mon Oct 12 15:10:03 2009        (r1091)
@@ -404,7 +404,9 @@
                                pisa_conf_handle_packet(cd_ctx.fd_pisaconf);
                }
 
+#ifdef REMOVE_PREAUTH_CODE
                cd_check_manage_timeout();
+#endif /* REMOVE_PREAUTH_CODE */
 
 #ifdef REMOVE_PREAUTH_CODE
                if (start_alarm && cd_ctx.is_cd_running) {

Other related posts:

  • » [pisa-src] r1091 - trunk/pisacd - Thomas Jansen