hal/agents/linux26/sysfs hal_monitor.c,1.4,1.5

David Zeuthen david at pdx.freedesktop.org
Wed Jun 23 14:34:53 PDT 2004


Update of /cvs/hal/hal/agents/linux26/sysfs
In directory pdx:/tmp/cvs-serv31920/agents/linux26/sysfs

Modified Files:
	hal_monitor.c 
Log Message:
2004-06-23  David Zeuthen  <david at fubar.dk>

	Patch from Kay Sievers <kay.sievers at vrfy.org>

	* libhal/libhal.c (filter_func): Use DBUS_HANDLER_RESULT_HANDLED
	instead of NOT_YET_HANDLED

	* hald/hald.dbus.c: Use DBUS_HANDLER_RESULT_HANDLED
	instead of NOT_YET_HANDLED

	* hald/linux/osspec.c: Use DBUS_HANDLER_RESULT_HANDLED
	instead of NOT_YET_HANDLED




Index: hal_monitor.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_monitor.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hal_monitor.c	8 Dec 2003 22:01:44 -0000	1.4
+++ hal_monitor.c	23 Jun 2004 21:34:51 -0000	1.5
@@ -687,7 +687,7 @@
         }
     }
 
-    return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
+    return DBUS_HANDLER_RESULT_HANDLED;
 }
 
 





More information about the hal-commit mailing list