From 242b8da71be73204500cc85613a399d6968f23af Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 12 Apr 2011 14:40:14 -0700 Subject: [PATCH] Use INIT_NETDEV_GROUP Now that headers are sanitized, use the define. --- ip/ipaddress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/ipaddress.c b/ip/ipaddress.c index a7350af42..a1f78b947 100644 --- a/ip/ipaddress.c +++ b/ip/ipaddress.c @@ -723,7 +723,7 @@ static int ipaddr_list_or_flush(int argc, char **argv, int flush) if (filter.family == AF_UNSPEC) filter.family = preferred_family; - filter.group = 0; /* INIT_NETDEV_GROUP */ + filter.group = INIT_NETDEV_GROUP; if (flush) { if (argc <= 0) { -- 2.47.2