aboutsummaryrefslogtreecommitdiffstats
path: root/tc/tc.c
diff options
context:
space:
mode:
authorshemminger <shemminger>2005-10-07 16:33:21 +0000
committershemminger <shemminger>2005-10-07 16:33:21 +0000
commitf453a0d451706555690673e12b70069d84d5cf01 (patch)
treef91410aa8c8b8ed12f3f733ae808b6ed53dbb799 /tc/tc.c
parente8f6df694a8c7bfbae78bbf08e3b4cad5a4f6bd6 (diff)
downloadplatform_external_iproute2-f453a0d451706555690673e12b70069d84d5cf01.tar.gz
platform_external_iproute2-f453a0d451706555690673e12b70069d84d5cf01.tar.bz2
platform_external_iproute2-f453a0d451706555690673e12b70069d84d5cf01.zip
Fix tc pfifo_fast with options
Diffstat (limited to 'tc/tc.c')
-rw-r--r--tc/tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/tc.c b/tc/tc.c
index 16d6c795..fa36ee07 100644
--- a/tc/tc.c
+++ b/tc/tc.c
@@ -38,7 +38,7 @@ int use_iec = 0;
int force = 0;
struct rtnl_handle rth;
-static void *BODY; /* cached handle dlopen(NULL) */
+static void *BODY = NULL; /* cached handle dlopen(NULL) */
static struct qdisc_util * qdisc_list;
static struct filter_util * filter_list;