mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 21:10:32 +01:00
trivial: fix erroneous copy&paste comment
This commit is contained in:
parent
b7f6169dbd
commit
2131b57fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ nm_ip6_config_capture (int ifindex, gboolean capture_resolv_conf)
|
|||
}
|
||||
}
|
||||
|
||||
/* If the interface has the default route, and has IPv4 addresses, capture
|
||||
/* If the interface has the default route, and has IPv6 addresses, capture
|
||||
* nameservers from /etc/resolv.conf.
|
||||
*/
|
||||
if (priv->addresses->len && has_gateway && capture_resolv_conf) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue