]> granicus.if.org Git - libnl/commit
attr: nla_is_nested() must access nla_type directly
authorThomas Graf <tgraf@suug.ch>
Sun, 28 Apr 2013 08:23:28 +0000 (10:23 +0200)
committerThomas Graf <tgraf@suug.ch>
Sun, 28 Apr 2013 08:23:28 +0000 (10:23 +0200)
commitc07a6a30c2c3219795aada01ade65c09e8fb41a3
tree0ca94e4488866f0a811ad5496b8ee72d69dcffdd
parentead4cdeb99029c6cf3bf85811c3ea32346b41b03
attr: nla_is_nested() must access nla_type directly

Can't used nla_type() as it applies NLA_TYPE_MASK first

Signed-off-by: Thomas Graf <tgraf@suug.ch>
lib/attr.c