Fix tc pfifo_fast with options
diff --git a/tc/tc.c b/tc/tc.c
index 16d6c79..fa36ee0 100644
--- a/tc/tc.c
+++ b/tc/tc.c
@@ -38,7 +38,7 @@
 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;