]> git.ipfire.org Git - thirdparty/libnl.git/commit
Bug Fix: cache_include: Fix object ref release after successful object update
authorroopa <roopa@cumulusnetworks.com>
Thu, 13 Dec 2012 05:48:30 +0000 (21:48 -0800)
committerThomas Graf <tgraf@suug.ch>
Mon, 17 Dec 2012 15:46:58 +0000 (16:46 +0100)
commit20a051237c014c593be37487a60fd1666d264f8f
tree66dd86e4dcff1c42bed06f92ae5e9695e4b5b58a
parent29b71371e764b04666d903bcbda452426aa1c634
Bug Fix: cache_include: Fix object ref release after successful object update

The current code does a rtnl_link_put on new object instead of
old object. This patch fixes it. None of the caches have support
for object update, so this should not have affected anyone yet.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
lib/cache.c