Commit 242b8da7 authored by Stephen Hemminger's avatar Stephen Hemminger

Use INIT_NETDEV_GROUP

Now that headers are sanitized, use the define.
parent c0635644
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment