Skip to content
Snippets Groups Projects
Commit 2677623c authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

socket: fix unused variable

parent 969e1525
No related branches found
No related tags found
No related merge requests found
......@@ -379,9 +379,9 @@ int socket_stop(struct node *n)
int socket_destroy(struct node *n)
{
#ifdef WITH_NETEM
struct socket *s = (struct socket *) n->_vd;
#ifdef WITH_NETEM
rtnl_qdisc_put(s->tc_qdisc);
rtnl_cls_put(s->tc_classifier);
#endif /* WITH_NETEM */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment