mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-11 00:10:39 +01:00
ibft: fix uninitialized variable
This commit is contained in:
parent
07dba25404
commit
c459d5872f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ static void
|
|||
read_connections (SCPluginIbft *self)
|
||||
{
|
||||
SCPluginIbftPrivate *priv = SC_PLUGIN_IBFT_GET_PRIVATE (self);
|
||||
GSList *blocks, *iter;
|
||||
GSList *blocks = NULL, *iter;
|
||||
GError *error = NULL;
|
||||
NMIbftConnection *connection;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue