mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 23:30:07 +01:00
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:
parent
fb454b2c33
commit
415cd6d853
1 changed files with 1 additions and 1 deletions
|
|
@ -1375,7 +1375,7 @@ system_create_virtual_device (NMManager *self, NMConnection *connection)
|
|||
&& nm_platform_get_error () != NM_PLATFORM_ERROR_EXISTS) {
|
||||
nm_log_warn (LOGD_DEVICE, "(%s): failed to add team master interface for '%s'",
|
||||
iface, nm_connection_get_id (connection));
|
||||
goto out;
|
||||
goto unblock;
|
||||
}
|
||||
|
||||
device = nm_device_team_new (iface);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue