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:
Jiri Pirko
2013-08-16 16:12:50 +02:00
committed by Dan Winship
parent fb454b2c33
commit 415cd6d853

View File

@@ -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);