network: fix copy and paste mistake

This commit is contained in:
Yu Watanabe 2019-12-07 23:20:37 +09:00
parent 43a20059a5
commit 6d62ec61b9

View file

@ -104,7 +104,7 @@ static int qdisc_handler(sd_netlink *rtnl, sd_netlink_message *m, Link *link) {
return 1;
}
if (link->route_messages == 0) {
if (link->qdisc_messages == 0) {
log_link_debug(link, "QDisc configured");
link->qdiscs_configured = true;
link_check_ready(link);