summaryrefslogtreecommitdiff
path: root/bus/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/main.c')
-rw-r--r--bus/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/main.c b/bus/main.c
index 267a5083..ad02b97e 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -313,8 +313,8 @@ setup_reload_pipe (DBusLoop *loop)
dbus_error_init (&error);
- if (!_dbus_socketpair (&reload_pipe[0], &reload_pipe[1],
- TRUE, &error))
+ if (!_dbus_full_duplex_pipe (&reload_pipe[0], &reload_pipe[1],
+ TRUE, &error))
{
_dbus_warn ("Unable to create reload pipe: %s\n",
error.message);