summaryrefslogtreecommitdiffstats
path: root/bus/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/main.c')
-rw-r--r--bus/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/main.c b/bus/main.c
index fcde3493..099219c3 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -143,7 +143,7 @@ main (int argc, char **argv)
}
_dbus_verbose ("We are on D-Bus...\n");
- bus_loop_run ();
+ bus_loop_run (bus_context_get_loop (context));
bus_context_shutdown (context);
bus_context_unref (context);