summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/extras/dispatch/src/dispatch.c')
-rw-r--r--qpid/extras/dispatch/src/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/src/dispatch.c b/qpid/extras/dispatch/src/dispatch.c
index 27c988818b..86398bb946 100644
--- a/qpid/extras/dispatch/src/dispatch.c
+++ b/qpid/extras/dispatch/src/dispatch.c
@@ -61,7 +61,7 @@ dx_dispatch_t *dx_dispatch(const char *config_path)
DEQ_INIT(dx->config_listeners);
DEQ_INIT(dx->config_connectors);
- dx_python_initialize();
+ dx_python_initialize(dx);
dx_log_initialize();
dx_alloc_initialize();