diff options
author | shemminger <shemminger> | 2005-10-07 16:33:21 +0000 |
---|---|---|
committer | shemminger <shemminger> | 2005-10-07 16:33:21 +0000 |
commit | f453a0d451706555690673e12b70069d84d5cf01 (patch) | |
tree | f91410aa8c8b8ed12f3f733ae808b6ed53dbb799 /tc/tc.c | |
parent | e8f6df694a8c7bfbae78bbf08e3b4cad5a4f6bd6 (diff) | |
download | platform_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |