Use INIT_NETDEV_GROUP

Now that headers are sanitized, use the define.
This commit is contained in:
Stephen Hemminger 2011-04-12 14:40:14 -07:00
parent c0635644cd
commit 242b8da71b

View File

@ -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) {