nm-manager: fix goto in system_create_virtual_device() in team section
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
This commit is contained in:
@@ -1375,7 +1375,7 @@ system_create_virtual_device (NMManager *self, NMConnection *connection)
|
|||||||
&& nm_platform_get_error () != NM_PLATFORM_ERROR_EXISTS) {
|
&& nm_platform_get_error () != NM_PLATFORM_ERROR_EXISTS) {
|
||||||
nm_log_warn (LOGD_DEVICE, "(%s): failed to add team master interface for '%s'",
|
nm_log_warn (LOGD_DEVICE, "(%s): failed to add team master interface for '%s'",
|
||||||
iface, nm_connection_get_id (connection));
|
iface, nm_connection_get_id (connection));
|
||||||
goto out;
|
goto unblock;
|
||||||
}
|
}
|
||||||
|
|
||||||
device = nm_device_team_new (iface);
|
device = nm_device_team_new (iface);
|
||||||
|
Reference in New Issue
Block a user