]> granicus.if.org Git - libnl/commit
route/mall: fix deep cloning mall
authorThomas Haller <thaller@redhat.com>
Fri, 6 Apr 2018 14:42:55 +0000 (16:42 +0200)
committerThomas Haller <thaller@redhat.com>
Wed, 11 Apr 2018 10:22:16 +0000 (12:22 +0200)
commit1c703b84beb0577b8910d6e7c64c94a64e68ab32
tree928d2c8a0de8301af2cc4f733fdcd3299d3118a0
parent5893c3f18e29e2fa964397cf3db261583f93abdd
route/mall: fix deep cloning mall

rtnl_act_append() does not clone the object, it takes it over
and thus the source object is destroyed.
lib/route/cls/mall.c