mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-21 09:50:42 +01:00
Merge branch 'dbus-1.4'
This commit is contained in:
commit
c774ca2101
1 changed files with 0 additions and 8 deletions
|
|
@ -1161,14 +1161,6 @@ _dbus_connect_tcp_socket_with_nonce (const char *host,
|
|||
struct addrinfo hints;
|
||||
struct addrinfo *ai, *tmp;
|
||||
|
||||
_DBUS_ASSERT_ERROR_IS_CLEAR (error);
|
||||
|
||||
if (!_dbus_open_tcp_socket (&fd, error))
|
||||
{
|
||||
_DBUS_ASSERT_ERROR_IS_SET(error);
|
||||
return -1;
|
||||
}
|
||||
|
||||
_DBUS_ASSERT_ERROR_IS_CLEAR(error);
|
||||
|
||||
_DBUS_ZERO (hints);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue