summaryrefslogtreecommitdiff
path: root/bus/main.c
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2015-03-11 15:56:58 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2015-03-11 15:56:58 +0100
commit40a6b6e815d9762221ac0c6e6bd11a53fde4b11b (patch)
tree4f7064f4b424a35f51789ecc7211f68a8b363b5f /bus/main.c
parentdfaf56e922d31c57d22149f15a7ded3e34e82d7f (diff)
downloaddbus-40a6b6e815d9762221ac0c6e6bd11a53fde4b11b.tar.gz
Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair()."
This reverts commit ee0e15366c8b1ea196ad63a8376c8b5299279386.
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);