From: Stephen Hemminger Date: Tue, 12 Apr 2011 21:40:14 +0000 (-0700) Subject: Use INIT_NETDEV_GROUP X-Git-Tag: v2.6.39~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242b8da71be73204500cc85613a399d6968f23af;p=thirdparty%2Fiproute2.git Use INIT_NETDEV_GROUP Now that headers are sanitized, use the define. --- 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) {