From c85da0358009d318553506b94f4b24eb8783b6f9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 27 Apr 2007 17:58:46 +0000 Subject: 2007-04-27 Havoc Pennington * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from Tobias Nygren, checking pointer to fd vs. 0 rather than checking the fd itself --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c50d8aa..14130c02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-27 Havoc Pennington + + * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from + Tobias Nygren, checking pointer to fd vs. 0 rather than checking + the fd itself + 2007-04-26 Ralf.Habacker * cmake: added debug postfixes to debug exe's for -- cgit