]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
move dl body cache into get_action_kind
author8!tgraf <8!tgraf>
Tue, 18 Jan 2005 00:09:02 +0000 (00:09 +0000)
committer8!tgraf <8!tgraf>
Tue, 18 Jan 2005 00:09:02 +0000 (00:09 +0000)
(Logical change 1.125)

tc/m_action.c

index af3b88aea9f815519f66db1604695e853758cd2a..77bf4e0746034ad8abf60b0b25548aee9b0c0292 100644 (file)
@@ -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;