summaryrefslogtreecommitdiffstats
path: root/tc
diff options
context:
space:
mode:
author8!tgraf <8!tgraf>2005-01-18 00:09:02 +0000
committer8!tgraf <8!tgraf>2005-01-18 00:09:02 +0000
commitcda4026c7f3b5a2c53be7e69615e134ef180a4fb (patch)
tree39d628a52680eff8cdc4c8d3d2f7c7db8391d533 /tc
parentfe102f610a7c6be1b5142920f7e9c42d5c839819 (diff)
move dl body cache into get_action_kind
(Logical change 1.125)
Diffstat (limited to 'tc')
-rw-r--r--tc/m_action.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tc/m_action.c b/tc/m_action.c
index af3b88ae..77bf4e07 100644
--- a/tc/m_action.c
+++ b/tc/m_action.c
@@ -27,9 +27,6 @@
#include "utils.h"
#include "tc_util.h"
-void *aBODY;
-
-
static struct action_util * action_list;
#ifdef CONFIG_GACT
int gact_ld = 0 ; //fuckin backward compatibility
@@ -65,6 +62,7 @@ static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int
struct action_util *get_action_kind(char *str)
{
+ static void *aBODY;
void *dlh;
char buf[256];
struct action_util *a;