mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 02:57:58 +02:00
parent
ad8251e3a4
commit
e4aaa48b82
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ nm_ifupdown_connection_new (if_block *block)
|
|||
|
||||
object = g_object_new (NM_TYPE_IFUPDOWN_CONNECTION, NULL);
|
||||
|
||||
if (!ifupdown_update_connection_from_if_block (NM_CONNECTION (object), priv->ifblock, &error)) {
|
||||
if (!ifupdown_update_connection_from_if_block (NM_CONNECTION (object), block, &error)) {
|
||||
nm_log_warn (LOGD_SETTINGS, "%s.%d - invalid connection read from /etc/network/interfaces: %s",
|
||||
__FILE__,
|
||||
__LINE__,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue