mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 14:30:09 +01:00
device: fix a couple of copy & paste errors
(cherry picked from commit a8a9955d75)
This commit is contained in:
parent
4c8cbc6534
commit
409c0fb544
1 changed files with 2 additions and 2 deletions
|
|
@ -4483,7 +4483,7 @@ act_stage3_ip6_config_start (NMDevice *self,
|
|||
connection = nm_device_get_connection (self);
|
||||
g_assert (connection);
|
||||
|
||||
if ( connection_ip4_method_requires_carrier (connection, NULL)
|
||||
if ( connection_ip6_method_requires_carrier (connection, NULL)
|
||||
&& priv->is_master
|
||||
&& !priv->carrier) {
|
||||
_LOGI (LOGD_IP6 | LOGD_DEVICE,
|
||||
|
|
@ -6033,7 +6033,7 @@ nm_device_set_ip6_config (NMDevice *self,
|
|||
nm_ip6_config_export (new_config);
|
||||
}
|
||||
|
||||
_LOGD (LOGD_IP4, "set IP6Config instance (%s)",
|
||||
_LOGD (LOGD_IP6, "set IP6Config instance (%s)",
|
||||
nm_ip6_config_get_dbus_path (new_config));
|
||||
}
|
||||
} else if (old_config) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue