diff options
Diffstat (limited to 'tc/f_basic.c')
-rw-r--r-- | tc/f_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/f_basic.c b/tc/f_basic.c index 264f3584..19a7edf2 100644 --- a/tc/f_basic.c +++ b/tc/f_basic.c @@ -52,7 +52,7 @@ static int basic_parse_opt(struct filter_util *qu, char *handle, return -1; } } - + t->tcm_handle = h; tail = (struct rtattr*)(((void*)n)+NLMSG_ALIGN(n->nlmsg_len)); |