mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-30 23:48:05 +02:00
* dbus/dbus-sysdeps-util-unix.c: Forgot to pass NULL as the second
parameter to _dbus_close
This commit is contained in:
parent
1180691b35
commit
d8a9336da0
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ _dbus_write_pid_file (const DBusString *filename,
|
|||
{
|
||||
dbus_set_error (error, _dbus_error_from_errno (errno),
|
||||
"Failed to fdopen fd %d: %s", fd, _dbus_strerror (errno));
|
||||
_dbus_close (fd);
|
||||
_dbus_close (fd, NULL);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue