From: Colin Walters Date: Fri, 29 Oct 2004 18:52:30 +0000 (+0000) Subject: Add comment about workaround. X-Git-Tag: dbus-0.23~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=588da01c172d6c2008764a363a8cd64fe734e10e;p=thirdparty%2Fdbus.git Add comment about workaround. --- diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index eac585fea..0ae7570f2 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -39,6 +39,10 @@ filter_func (DBusConnection *connection, "Disconnected")) exit (0); + /* Conceptually we want this to be + * DBUS_HANDLER_RESULT_NOT_YET_HANDLED, but this raises + * some problems. See bug 1719. + */ return DBUS_HANDLER_RESULT_HANDLED; }