mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 11:20:12 +01:00
ifupdown: fix assertion during logging %NULL storage in load_eni_ifaces()
This commit is contained in:
parent
f988e85025
commit
ddb08e3602
1 changed files with 1 additions and 1 deletions
|
|
@ -321,10 +321,10 @@ load_eni_ifaces (NMSIfupdownPlugin *self)
|
|||
|
||||
sd_repl = g_hash_table_lookup (eni_ifaces, block->name);
|
||||
if (sd_repl) {
|
||||
storage = g_steal_pointer (&sd_repl->storage);
|
||||
_LOGD ("parse: replace connection \"%s\" (%s)",
|
||||
block->name,
|
||||
nm_settings_storage_get_uuid (sd_repl->storage));
|
||||
storage = g_steal_pointer (&sd_repl->storage);
|
||||
g_hash_table_remove (eni_ifaces, block->name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue