Browse Source

relayd: put rule requests on stack

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau 8 years ago
parent
commit
ad0b25ad74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      route.c

+ 1 - 1
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 {