mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 08:20:08 +01:00
settings/secret-agent: add initializers
To make coverity a bit happier.
This commit is contained in:
parent
db07b867a6
commit
2839da06db
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ _on_disconnected_name_owner_changed (GDBusConnection *connection,
|
|||
{
|
||||
NMSecretAgent *self = NM_SECRET_AGENT (user_data);
|
||||
NMSecretAgentPrivate *priv = NM_SECRET_AGENT_GET_PRIVATE (self);
|
||||
const char *old_owner, *new_owner;
|
||||
const char *old_owner = NULL, *new_owner = NULL;
|
||||
|
||||
g_variant_get (parameters,
|
||||
"(&s&s&s)",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue