Re: [iproute PATCH v4 4/5] No need to initialize rtattr fields before parsing
From: David Ahern <hidden> Date: 2016-07-15 15:33:46
On 7/13/16 12:47 PM, Phil Sutter wrote:
Since parse_rtattr_flags() calls memset already, there is no need for
callers to do so themselves.
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
ip/ipaddress.c | 2 +-
tc/tc_class.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)