Remove duplicate nonce-tcp (client side) transport on Windows
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 Feb 2012 15:20:42 +0000 (15:20 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 5 Jun 2012 11:17:58 +0000 (12:17 +0100)
commitad7245627cde935297d83be0e918fa66852cc1c8
treeb71e181374aefe9ee8e726d75200c7a5674b9983
parente48de6be84f89636f11159b9e7ea56b6dc49d577
Remove duplicate nonce-tcp (client side) transport on Windows

_dbus_transport_open_socket is called before
_dbus_transport_open_platform_specific, and now handles nonce-tcp, so
this version is no longer useful.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45896
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Tested-by: Ralf Habacker <ralf.habacker@freenet.de>
dbus/dbus-transport-win.c