[pisa-src] r1262 - in trunk/pisasd: sdmain.c sdtun.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 21 Oct 2009 17:00:29 +0200

Author: tjansen
Date: Wed Oct 21 17:00:29 2009
New Revision: 1262

Log:
Removed unused preauth variable.

Modified:
   trunk/pisasd/sdmain.c
   trunk/pisasd/sdtun.c

Modified: trunk/pisasd/sdmain.c
==============================================================================
--- trunk/pisasd/sdmain.c       Wed Oct 21 16:54:29 2009        (r1261)
+++ trunk/pisasd/sdmain.c       Wed Oct 21 17:00:29 2009        (r1262)
@@ -66,11 +66,6 @@
        {NULL,                  0,                      NULL,   '\0'}
 };
 
-/**
- * A set of pointers to packet handling functions
- */
-pisa_packet_handle_func_set pisasd_packet_handle_func_set;
-
 extern char authorized_cfg_file[MAX_PATH+1];
 
 extern pisa_conf_handle_func_set conf_handle_func_set;

Modified: trunk/pisasd/sdtun.c
==============================================================================
--- trunk/pisasd/sdtun.c        Wed Oct 21 16:54:29 2009        (r1261)
+++ trunk/pisasd/sdtun.c        Wed Oct 21 17:00:29 2009        (r1262)
@@ -26,8 +26,6 @@
 # include "log.h"
 #endif
 
-extern pisa_packet_handle_func_set pisasd_packet_handle_func_set;
-
 /**
  * Handle a tunnel control packet of type data. This was obsoleted by
  * splitting data and control socket and using a different port

Other related posts:

  • » [pisa-src] r1262 - in trunk/pisasd: sdmain.c sdtun.c - Thomas Jansen