dbus/tools dbus-monitor.c,1.11,1.12

Colin Walters walters at freedesktop.org
Fri Oct 29 11:52:32 PDT 2004


Update of /cvs/dbus/dbus/tools
In directory gabe:/tmp/cvs-serv5784

Modified Files:
	dbus-monitor.c 
Log Message:
Add comment about workaround.


Index: dbus-monitor.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-monitor.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dbus-monitor.c	29 Oct 2004 18:50:29 -0000	1.11
+++ dbus-monitor.c	29 Oct 2004 18:52:30 -0000	1.12
@@ -39,6 +39,10 @@
                               "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;
 }
 



More information about the dbus-commit mailing list