Revision: 2681
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2681&view=rev
Author:   gespinasse
Date:     2009-04-09 12:23:11 +0000 (Thu, 09 Apr 2009)

Log Message:
-----------
As *eth_kv has been include in declared now in common.h/ helper.c, remove the 
previous local declaration in restartsnort and ipsecctrl

Modified Paths:
--------------
    ipcop/trunk/src/misc-progs/ipsecctrl.c
    ipcop/trunk/src/misc-progs/restartsnort.c

Modified: ipcop/trunk/src/misc-progs/ipsecctrl.c
===================================================================
--- ipcop/trunk/src/misc-progs/ipsecctrl.c      2009-04-09 10:34:32 UTC (rev 
2680)
+++ ipcop/trunk/src/misc-progs/ipsecctrl.c      2009-04-09 12:23:11 UTC (rev 
2681)
@@ -270,7 +270,6 @@
     char configtype[STRING_SIZE] = "";
     char redtype[STRING_SIZE] = "";
     NODEKV *ipsec_kv = NULL;
-    NODEKV *eth_kv = NULL;
 
     if (argc < 2) {
         usage();

Modified: ipcop/trunk/src/misc-progs/restartsnort.c
===================================================================
--- ipcop/trunk/src/misc-progs/restartsnort.c   2009-04-09 10:34:32 UTC (rev 
2680)
+++ ipcop/trunk/src/misc-progs/restartsnort.c   2009-04-09 12:23:11 UTC (rev 
2681)
@@ -22,7 +22,6 @@
 #include "common.h"
 #include "setuid.h"
 
-NODEKV *eth_kv = NULL;
 NODEKV *snort_kv = NULL;
 FILE *varsfile = NULL;
 int pid_green = 0;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to