Use INIT_NETDEV_GROUP
Now that headers are sanitized, use the define.
This commit is contained in:
parent
c0635644cd
commit
242b8da71b
|
|
@ -723,7 +723,7 @@ static int ipaddr_list_or_flush(int argc, char **argv, int flush)
|
||||||
if (filter.family == AF_UNSPEC)
|
if (filter.family == AF_UNSPEC)
|
||||||
filter.family = preferred_family;
|
filter.family = preferred_family;
|
||||||
|
|
||||||
filter.group = 0; /* INIT_NETDEV_GROUP */
|
filter.group = INIT_NETDEV_GROUP;
|
||||||
|
|
||||||
if (flush) {
|
if (flush) {
|
||||||
if (argc <= 0) {
|
if (argc <= 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue