dbus-transport-socket: Correctly print DBusSocket with DBUS_SOCKET_FORMAT
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 21 Mar 2018 18:29:44 +0000 (19:29 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 4 Oct 2018 10:19:21 +0000 (11:19 +0100)
commitcface8bb166e8954c26717f31a45ef162747d263
tree5a1368d3bec3a8d09461bd8ea5850f8287943f33
parentece958ce9ca66956b8fdc85944f276f89ce3dd73
dbus-transport-socket: Correctly print DBusSocket with DBUS_SOCKET_FORMAT

Previously, on 64-bit Windows we were passing a 32-bit int where the
format string expects a 64-bit SOCKET.

Reviewed-by: Simon McVittie <smcv@collabora.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=105662
(cherry picked from commit 18d4ff664491c17664b9f88c06d9338cd3750120)
dbus/dbus-transport-socket.c