Index: dbus.c =================================================================== RCS file: /cvsroot/bluez/utils/hcid/dbus.c,v retrieving revision 1.31 diff -u -r1.31 dbus.c --- dbus.c 22 Oct 2005 13:03:41 -0000 1.31 +++ dbus.c 23 Oct 2005 19:55:39 -0000 @@ -1374,12 +1374,6 @@ goto failed; } - if (rp.status) { - syslog(LOG_ERR, "Inquiry command failed with status 0x%02X", rp.status); - reply = bluez_new_failure_msg(msg, BLUEZ_ESYSTEM_OFFSET + EIO); - goto failed; - } - reply = dbus_message_new_method_return(msg); failed: @@ -1496,12 +1490,6 @@ goto failed; } - if (rp.status) { - syslog(LOG_ERR, "Remote name command failed with status 0x%02X", rp.status); - reply = bluez_new_failure_msg(msg, BLUEZ_ESYSTEM_OFFSET + EIO); - goto failed; - } - reply = dbus_message_new_method_return(msg); failed: @@ -1655,12 +1643,6 @@ goto failed; } - if (rp.status) { - syslog(LOG_ERR, "Authentication command failed with status 0x%02X", rp.status); - reply = bluez_new_failure_msg(msg, BLUEZ_ESYSTEM_OFFSET + EIO); - goto failed; - } - failed: if (sock >= 0) close(sock);