+2007-05-25 Ralf Habacker <ralf.habacker@freenet.de>
+
+ * dbus/dbus-sysdeps-win.c (_dbus_full_duplex_pipe): fixed assertation.
+
2007-05-24 Simon McVittie <simon.mcvittie@collabora.co.uk>
* bus/config-parser.c (test_service_dir_matches): fixed ordering for unix.
if (connect (socket1, (struct sockaddr *)&saddr, len) != SOCKET_ERROR ||
WSAGetLastError () != WSAEWOULDBLOCK)
{
- dbus_set_error_const (error, DBUS_ERROR_FAILED,
- "_dbus_full_duplex_pipe socketpair() emulation failed");
+ DBUS_SOCKET_SET_ERRNO ();
goto out1;
}