aboutsummaryrefslogtreecommitdiffstats
path: root/modules/connman
diff options
context:
space:
mode:
Diffstat (limited to 'modules/connman')
-rw-r--r--modules/connman/evolution-connman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c
index 18187b41ca..d11fa52577 100644
--- a/modules/connman/evolution-connman.c
+++ b/modules/connman/evolution-connman.c
@@ -105,7 +105,7 @@ connman_check_initial_state (EConnMan *extension)
/* XXX Assuming this should be safe to call synchronously. */
response = g_dbus_connection_send_message_with_reply_sync (
- extension->connection, message, 100, NULL, NULL, &error);
+ extension->connection, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, 100, NULL, NULL, &error);
if (response != NULL) {
gchar *state = NULL;