From 403920f796c3cbeca1bba58bda497da4770e7d0a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 15 Sep 2014 12:55:54 +0100 Subject: Imported Upstream version 1.8.8 --- bus/stats.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bus/stats.c') diff --git a/bus/stats.c b/bus/stats.c index 2bf86d66..24308eb5 100644 --- a/bus/stats.c +++ b/bus/stats.c @@ -40,6 +40,7 @@ bus_stats_handle_get_stats (DBusConnection *connection, DBusMessage *message, DBusError *error) { + BusContext *context; BusConnections *connections; DBusMessage *reply = NULL; DBusMessageIter iter, arr_iter; @@ -48,7 +49,8 @@ bus_stats_handle_get_stats (DBusConnection *connection, _DBUS_ASSERT_ERROR_IS_CLEAR (error); - connections = bus_context_get_connections (transaction->context); + context = bus_transaction_get_context (transaction); + connections = bus_context_get_connections (context); reply = _dbus_asv_new_method_return (message, &iter, &arr_iter); -- cgit v1.2.3