X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dbus%2Fdbus-transport-win.c;h=8fc15749c89c40a2aab35fdb3846388883b164a9;hb=414cb42dee3d7678ae24aca2f55ec0d83892fbb4;hp=7807b3440971ad726768ccd51ff22a1fca1823f0;hpb=d012387afef0ba02185ebe27bc6bb15551912e92;p=platform%2Fupstream%2Fdbus.git diff --git a/dbus/dbus-transport-win.c b/dbus/dbus-transport-win.c index 7807b34..8fc1574 100644 --- a/dbus/dbus-transport-win.c +++ b/dbus/dbus-transport-win.c @@ -18,10 +18,11 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ +#include #include "dbus-internals.h" #include "dbus-connection-internal.h" #include "dbus-transport-socket.h" @@ -50,7 +51,7 @@ _dbus_transport_open_platform_specific (DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error) { - _DBUS_ASSERT_ERROR_IS_CLEAR (error); + /* currently no Windows-specific transports */ return DBUS_TRANSPORT_OPEN_NOT_HANDLED; }