mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 12:38:10 +02: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);
|
NMSecretAgent *self = NM_SECRET_AGENT (user_data);
|
||||||
NMSecretAgentPrivate *priv = NM_SECRET_AGENT_GET_PRIVATE (self);
|
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,
|
g_variant_get (parameters,
|
||||||
"(&s&s&s)",
|
"(&s&s&s)",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue