Re: [iproute PATCH v5 4/5] No need to initialize rtattr fields before parsing
From: David Ahern <hidden> Date: 2016-07-18 16:10:52
On 7/18/16 8:48 AM, 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(-)