Fix pointer confusion for nested attribute parsing
authorAndreas Henriksson <andreas@fatal.se>
Thu, 25 Jul 2013 20:26:32 +0000 (22:26 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 26 Jul 2013 07:36:35 +0000 (09:36 +0200)
commit6fb104a94f9d0065639d2227a163664fe878b6a3
treeabbcb22f831581fcb372dd1f81dbaff6c5e566b8
parent25bf8128bb7aa03057e858af3b53dc086a50d78b
Fix pointer confusion for nested attribute parsing

A reference to a pointer is passed as data,
the resulting attribute payload should be stored in
the dereferenced location to return it to the caller.
src/netlink.c