summaryrefslogtreecommitdiffstats
path: root/network/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'network/connection.c')
-rw-r--r--network/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/connection.c b/network/connection.c
index 245d4cc9..821560f8 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -622,7 +622,7 @@ static DBusMethodVTable connection_methods[] = {
{ "CancelConnect", connection_cancel, "", "" },
{ "Disconnect", connection_disconnect, "", "" },
{ "IsConnected", is_connected, "", "b" },
- { "GetInfo", get_info, "", "{sv}", },
+ { "GetInfo", get_info, "", "a{sv}" },
{ NULL, NULL, NULL, NULL }
};