summaryrefslogtreecommitdiff
path: root/src/mcd-dispatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-dispatcher.c')
-rw-r--r--src/mcd-dispatcher.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index c7f3c7a3..48ebc833 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -1719,9 +1719,9 @@ messages_send_message_start (DBusGMethodInvocation *dbus_context,
McdRequest *request = NULL;
GError *error = NULL;
GHashTable *props = NULL;
- GValue c_type = { 0 };
- GValue h_type = { 0 };
- GValue target = { 0 };
+ GValue c_type = G_VALUE_INIT;
+ GValue h_type = G_VALUE_INIT;
+ GValue target = G_VALUE_INIT;
McdDispatcher *self = message->dispatcher;
DEBUG ("messages_send_message_acl_success [attempt #%u]", message->tries);