mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-16 21:20:36 +01:00
Merge branch 'dbus-1.4'
This commit is contained in:
commit
7953ca2f81
1 changed files with 0 additions and 4 deletions
|
|
@ -819,8 +819,6 @@ _dbus_connect_unix_socket (const char *path,
|
|||
path, _dbus_strerror (errno));
|
||||
|
||||
_dbus_close (fd, NULL);
|
||||
fd = -1;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
@ -829,8 +827,6 @@ _dbus_connect_unix_socket (const char *path,
|
|||
_DBUS_ASSERT_ERROR_IS_SET (error);
|
||||
|
||||
_dbus_close (fd, NULL);
|
||||
fd = -1;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue