From ad0b25ad74345d367c62311e14b279f5ccb8ef13 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 7 Feb 2016 21:34:33 +0100 Subject: [PATCH] relayd: put rule requests on stack Signed-off-by: Felix Fietkau --- route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route.c b/route.c index 053ae97..c552d1f 100644 --- a/route.c +++ b/route.c @@ -62,7 +62,7 @@ static int get_route_table(struct relayd_interface *rif) static void rtnl_rule_request(struct relayd_interface *rif, int flags) { - static struct { + struct { struct nlmsghdr nl; struct rtmsg rt; struct { -- 2.11.0