mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 04:10:17 +01:00
core: fix typo in comment
Not refering to the right function https://mail.gnome.org/archives/networkmanager-list/2018-October/msg00000.html
This commit is contained in:
parent
8f107f5c00
commit
995ff778ce
1 changed files with 1 additions and 1 deletions
|
|
@ -10917,7 +10917,7 @@ nm_device_reactivate_ip6_config (NMDevice *self,
|
|||
if (s_ip6_old && s_ip6_new) {
|
||||
gint64 metric_old, metric_new;
|
||||
|
||||
/* See comment in nm_device_reactivate_ip6_config() */
|
||||
/* See comment in nm_device_reactivate_ip4_config() */
|
||||
metric_old = nm_setting_ip_config_get_route_metric (s_ip6_old);
|
||||
metric_new = nm_setting_ip_config_get_route_metric (s_ip6_new);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue